Html Css Color HEX #FCCCBA Watusi

📋 copy color: '#FCCCBA'

red 252 ◦ green 204 ◦ blue 186

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

Shades of Watusi #FCCCBA

Tints of Watusi #FCCCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.78%

 BLUE value IS 186 (73.05% from 255) = 28.97%

R = 39.25%
G = 31.78%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCCCBA (or 0xFCCCBA) is known color: Watusi. HEX triplet: FC, CC and BA. RGB value is (252,204,186). Sum of RGB (Red+Green+Blue) = 252+204+186=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCBA is #033345. Grayscale: #D8D8D8. Windows color (decimal): -209734 or 12242172. OLE color: 12242172.

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

Color convert

RGB 252 204 186 -
CMYK 0 0.19 0.26 0.01
HSL 16.36º 0.92% 0.86% -
HSV(B) 16.36º 0.26% 0.99% -
XYZ 70.6 67.43 55.75 -
YUV 216.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 252 204 186 0 0.19 0.26 0.01 16.36 0.92 0.86
Hex FC CC BA 0 13 1A 1 10 5C 56
Octal 374 314 272 0 23 32 1 20 134 126
Binary 11111100 11001100 10111010 0 10011 11010 1 10000 1011100 1010110

Color Harmonies of #FCCCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCBA

Black with #FCCCBA

Text Example


Text Example

White with #FCCCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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