Html Css Color HEX #FCCAB7 Watusi

📋 copy color: '#FCCAB7'

red 252 ◦ green 202 ◦ blue 183

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

Shades of Watusi #FCCAB7

Tints of Watusi #FCCAB7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.71%

 BLUE value IS 183 (71.88% from 255) = 28.73%

R = 39.56%
G = 31.71%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCCAB7 (or 0xFCCAB7) is known color: Watusi. HEX triplet: FC, CA and B7. RGB value is (252,202,183). Sum of RGB (Red+Green+Blue) = 252+202+183=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 183 (71.88% from 255 or 28.73% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAB7 is #033548. Grayscale: #D6D6D6. Windows color (decimal): -210249 or 12045052. OLE color: 12045052.

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

Color convert

RGB 252 202 183 -
CMYK 0 0.20 0.27 0.01
HSL 16.52º 0.92% 0.85% -
HSV(B) 16.52º 0.27% 0.99% -
XYZ 69.81 66.36 53.93 -
YUV 214.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 252 202 183 0 0.20 0.27 0.01 16.52 0.92 0.85
Hex FC CA B7 0 14 1B 1 11 5C 55
Octal 374 312 267 0 24 33 1 21 134 125
Binary 11111100 11001010 10110111 0 10100 11011 1 10001 1011100 1010101

Color Harmonies of #FCCAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAB7

Black with #FCCAB7

Text Example


Text Example

White with #FCCAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAB7; }

 p { color: rgb(252,202,183); }

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

background-color css

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

 a { background-color: rgb(252,202,183); }

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

border-color css

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

 span { border-color: rgb(252,202,183); }

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