Color Hex Logo

#fbc4ca Color Hex

#FBC4CA
(251,196,202)
0 Favorites   0 Comments

Color spaces of #fbc4ca

RGB 251196202
HSL0.980.870.88
HSV353°22°98°
CMYK 0.000.220.20   0.02
XYZ70.184364.253464.5801
Yxy64.25340.35270.3229
Hunter Lab80.158216.01278.3433
CIE-Lab84.097520.47454.5432

#fbc4ca color RGB value is (251,196,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 11001010
Octal 373 304 312
Decimal 251 196 202
Hex FB C4 CA

RGB Percentages of Color #fbc4ca

%38.67
%30.20
%31.12

CMYK Percentages of Color #fbc4ca

%0
%22
%20
%2

Triadic Colors of #fbc4ca

#fbc4ca #cafbc4 #c4cafb

Analogous Colors of #fbc4ca

#fbc4ca #fbdac4 #fbc4e6

Monochromatic Colors of #fbc4ca

#fbc4ca

Complementary Color

#fbc4ca #c4fbf5

#fbc4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc4ca Color CSS Codes

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

#fbc4ca Text Font Color

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

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


#fbc4ca Background Color

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

This div background color is #fbc4ca


#fbc4ca Border Color

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

This div border color is #fbc4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc4ca


Comments

No comments written yet.

Please login to write comment.