Color Hex Logo

#fbccc6 Color Hex

#FBCCC6
(251,204,198)
0 Favorites   0 Comments

Color spaces of #fbccc6

RGB 251204198
HSL0.020.870.88
HSV21°98°
CMYK 0.000.190.21   0.02
XYZ71.569667.772262.7353
Yxy67.77220.35420.3354
Hunter Lab82.323911.115112.4445
CIE-Lab85.892415.69199.2533

#fbccc6 color RGB value is (251,204,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 11000110
Octal 373 314 306
Decimal 251 204 198
Hex FB CC C6

RGB Percentages of Color #fbccc6

%38.44
%31.24
%30.32

CMYK Percentages of Color #fbccc6

%0
%19
%21
%2

Triadic Colors of #fbccc6

#fbccc6 #c6fbcc #ccc6fb

Analogous Colors of #fbccc6

#fbccc6 #fbe7c6 #fbc6db

Monochromatic Colors of #fbccc6

#fbccc6

Complementary Color

#fbccc6 #c6f5fb

#fbccc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbccc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbccc6 Color CSS Codes

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

#fbccc6 Text Font Color

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

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


#fbccc6 Background Color

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

This div background color is #fbccc6


#fbccc6 Border Color

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

This div border color is #fbccc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbccc6


Comments

No comments written yet.

Please login to write comment.