Color Hex Logo

#fbc6ca Color Hex

#FBC6CA
(251,198,202)
0 Favorites   0 Comments

Color spaces of #fbc6ca

RGB 251198202
HSL0.990.870.88
HSV355°21°98°
CMYK 0.000.210.20   0.02
XYZ70.638465.161764.7315
Yxy65.16170.35230.3249
Hunter Lab80.722814.93588.9614
CIE-Lab84.567019.42355.2214

#fbc6ca color RGB value is (251,198,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 11001010
Octal 373 306 312
Decimal 251 198 202
Hex FB C6 CA

RGB Percentages of Color #fbc6ca

%38.56
%30.41
%31.03

CMYK Percentages of Color #fbc6ca

%0
%21
%20
%2

Triadic Colors of #fbc6ca

#fbc6ca #cafbc6 #c6cafb

Analogous Colors of #fbc6ca

#fbc6ca #fbddc6 #fbc6e5

Monochromatic Colors of #fbc6ca

#fbc6ca

Complementary Color

#fbc6ca #c6fbf7

#fbc6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc6ca Color CSS Codes

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

#fbc6ca Text Font Color

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

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


#fbc6ca Background Color

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

This div background color is #fbc6ca


#fbc6ca Border Color

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

This div border color is #fbc6ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,198,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 #fbc6ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc6ca

Related Colors


Comments

No comments written yet.

Please login to write comment.