Color Hex Logo

#fbcdfa Color Hex

#FBCDFA
(251,205,250)
0 Favorites   0 Comments

Color spaces of #fbcdfa

RGB 251205250
HSL0.840.850.89
HSV301°18°98°
CMYK 0.000.180.00   0.02
XYZ78.870371.0740100.0042
Yxy71.07400.31550.2844
Hunter Lab84.305419.4578-11.3168
CIE-Lab87.520923.6417-15.9245

#fbcdfa color RGB value is (251,205,250).

#fbcdfa hex color red value is 251, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fbcdfa hue: 0.84 , saturation: 0.85 and the lightness value of fbcdfa is 0.89.

The process color (four color CMYK) of #fbcdfa color hex is 0.00, 0.18, 0.00, 0.02. Web safe color of #fbcdfa is #ffccff. Color #fbcdfa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001101 11111010
Octal 373 315 372
Decimal 251 205 250
Hex FB CD FA

RGB Percentages of Color #fbcdfa

%35.55
%29.04
%35.41

CMYK Percentages of Color #fbcdfa

%0
%18
%0
%2

Triadic Colors of #fbcdfa

#fbcdfa #fafbcd #cdfafb

Analogous Colors of #fbcdfa

#fbcdfa #fbcde3 #e5cdfb

Monochromatic Colors of #fbcdfa

#fbcdfa

Complementary Color

#fbcdfa #cdfbce

#fbcdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcdfa Color CSS Codes

.mybgcolor {background-color:#fbcdfa; } 
.myforecolor {color:#fbcdfa; }
.mybordercolor {border:3px solid #fbcdfa; }

#fbcdfa Text Font Color

<p style="color:#fbcdfa">Text here</p>

This sample text font color is #fbcdfa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbcdfa Background Color

<div style="background-color:#fbcdfa">
Div content here</div>

This div background color is #fbcdfa


#fbcdfa Border Color

<div style="border:3px solid #fbcdfa">
Div here</div>

This div border color is #fbcdfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,205,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbcdfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbcdfa;
  -webkit-box-shadow: 1px 1px 3px 2px #fbcdfa;
  box-shadow:         1px 1px 3px 2px #fbcdfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,205,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbcdfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcdfa;
  -webkit-box-shadow: 1px 1px 3px 2px #fbcdfa;
  box-shadow:         1px 1px 3px 2px #fbcdfa;">
Div content here</div>

This div box has shadow with color #fbcdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.