Html Css Color HEX #FCCBB8 Watusi

📋 copy color: '#FCCBB8'

red 252 ◦ green 203 ◦ blue 184

#FCCBB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watusi #FCCBB8

Tints of Watusi #FCCBB8

RGB

 RED value IS 252 (98.83% from 255) = 39.44%

 GREEN value IS 203 (79.69% from 255) = 31.77%

 BLUE value IS 184 (72.27% from 255) = 28.79%

R = 39.44%
G = 31.77%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCCBB8 (or 0xFCCBB8) is known color: Watusi. HEX triplet: FC, CB and B8. RGB value is (252,203,184). Sum of RGB (Red+Green+Blue) = 252+203+184=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 184 (72.27% from 255 or 28.79% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBB8 is #033447. Grayscale: #D7D7D7. Windows color (decimal): -209992 or 12110844. OLE color: 12110844.

HSL color Cylindrical-coordinate representation of color #FCCBB8: hue angle of 16.76º 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 #FCCBB8 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 203 184 -
CMYK 0 0.19 0.27 0.01
HSL 16.76º 0.92% 0.85% -
HSV(B) 16.76º 0.27% 0.99% -
XYZ 70.15 66.87 54.56 -
YUV 215.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 252 203 184 0 0.19 0.27 0.01 16.76 0.92 0.85
Hex FC CB B8 0 13 1B 1 11 5C 55
Octal 374 313 270 0 23 33 1 21 134 125
Binary 11111100 11001011 10111000 0 10011 11011 1 10001 1011100 1010101

Color Harmonies of #FCCBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBB8

Black with #FCCBB8

Text Example


Text Example

White with #FCCBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBB8; }

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

 H1.HeaderClassName
 {
   color: #FCCBB8;
 }
 .AnyTagClassName
 {
   color: #FCCBB8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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