Color Hex Logo

#fbc4da Color Hex

#FBC4DA
(251,196,218)
0 Favorites   0 Comments

Color spaces of #fbc4da

RGB 251196218
HSL0.930.870.88
HSV336°22°98°
CMYK 0.000.220.13   0.02
XYZ72.178565.051075.0816
Yxy65.05100.34000.3064
Hunter Lab80.654218.59711.2644
CIE-Lab84.510022.9370-3.4006

#fbc4da color RGB value is (251,196,218).

#fbc4da hex color red value is 251, green value is 196 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fbc4da hue: 0.93 , saturation: 0.87 and the lightness value of fbc4da is 0.88.

The process color (four color CMYK) of #fbc4da color hex is 0.00, 0.22, 0.13, 0.02. Web safe color of #fbc4da is #ffcccc. Color #fbc4da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 11011010
Octal 373 304 332
Decimal 251 196 218
Hex FB C4 DA

RGB Percentages of Color #fbc4da

%37.74
%29.47
%32.78

CMYK Percentages of Color #fbc4da

%0
%22
%13
%2

Triadic Colors of #fbc4da

#fbc4da #dafbc4 #c4dafb

Analogous Colors of #fbc4da

#fbc4da #fbcac4 #fbc4f6

Monochromatic Colors of #fbc4da

#fbc4da

Complementary Color

#fbc4da #c4fbe5

#fbc4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc4da Color CSS Codes

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

#fbc4da Text Font Color

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

This sample text font color is #fbc4da
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.


#fbc4da Background Color

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

This div background color is #fbc4da


#fbc4da Border Color

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

This div border color is #fbc4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc4da


Comments

No comments written yet.

Please login to write comment.