Color Hex Logo

#fbb2ca Color Hex

#FBB2CA
(251,178,202)
0 Favorites   0 Comments

Color spaces of #fbb2ca

RGB 251178202
HSL0.950.900.84
HSV340°29°98°
CMYK 0.000.290.20   0.02
XYZ66.364756.614363.3070
Yxy56.61430.35630.3039
Hunter Lab75.242525.76472.7847
CIE-Lab79.962229.9476-1.4752

#fbb2ca color RGB value is (251,178,202).

#fbb2ca hex color red value is 251, green value is 178 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fbb2ca hue: 0.95 , saturation: 0.90 and the lightness value of fbb2ca is 0.84.

The process color (four color CMYK) of #fbb2ca color hex is 0.00, 0.29, 0.20, 0.02. Web safe color of #fbb2ca is #ff99cc. Color #fbb2ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110010 11001010
Octal 373 262 312
Decimal 251 178 202
Hex FB B2 CA

RGB Percentages of Color #fbb2ca

%39.78
%28.21
%32.01

CMYK Percentages of Color #fbb2ca

%0
%29
%20
%2

Triadic Colors of #fbb2ca

#fbb2ca #cafbb2 #b2cafb

Analogous Colors of #fbb2ca

#fbb2ca #fbbfb2 #fbb2ef

Monochromatic Colors of #fbb2ca

#fbb2ca

Complementary Color

#fbb2ca #b2fbe3

#fbb2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb2ca Color CSS Codes

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

#fbb2ca Text Font Color

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

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


#fbb2ca Background Color

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

This div background color is #fbb2ca


#fbb2ca Border Color

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

This div border color is #fbb2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb2ca


Comments

No comments written yet.

Please login to write comment.