#FCCCB8

Color #FCCCB8 Watusi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watusi #FCCCB8

Tints of Watusi #FCCCB8

Color information

#FCCCB8 (or 0xFCCCB8) is unknown color: approx Watusi. HEX triplet: FC, CC and B8. RGB value is (252,204,184). Sum of RGB (Red+Green+Blue) = 252+204+184=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 184 (72.27% from 255 or 28.75% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCB8 is #033347. Grayscale: #D8D8D8. Windows color (decimal): -209736 or 12111100. OLE color: 12111100.

HSL color Cylindrical-coordinate representation of color #FCCCB8: hue angle of 17.65º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCCCB8 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB252204184-
CMYK00.190.270.01
HSL17.65º91.89%85.49%-
HSV(B)17.65º26.98%98.82%-
XYZ70.3967.3454.64-
YUV216.07109.9153.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 184 (72.27% from 255) = 28.75%
R=39.38%
G=31.88%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220418400.190.270.0117.6591.8985.49
HexFCCCB80131B1125c55
Octal37431427002333122134125
Binary1111110011001100101110000100111101111001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCB8; }

 p { color: rgb(252,204,184); }

 H1.HeaderClassName
 {
   color: #FCCCB8;
 }
 .AnyTagClassName
 {
   color: #FCCCB8;
 }
</style>
background-color css

<style>
 a { background-color: #FCCCB8; }

 a { background-color: rgb(252,204,184); }

 div.DivClassName
 {
   background-color: #FCCCB8;
 }
 .BgClassName
 {
   background-color: #FCCCB8;
 }
</style>
border-color css

<style>
 span { border-color: #FCCCB8; }

 span { border-color: rgb(252,204,184); }

 td.TdClassName
 {
   border-color: #FCCCB8;
 }
 .TagClassName
 {
   border-color: #FCCCB8;
 }
</style>