Html Css Color HEX #F5CCC0 Watusi

📋 copy color: '#F5CCC0'

red 245 ◦ green 204 ◦ blue 192

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

Shades of Watusi #F5CCC0

Tints of Watusi #F5CCC0

RGB

 RED value IS 245 (96.09% from 255) = 38.22%

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

 BLUE value IS 192 (75.39% from 255) = 29.95%

R = 38.22%
G = 31.83%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5CCC0 (or 0xF5CCC0) is known color: Watusi. HEX triplet: F5, CC and C0. RGB value is (245,204,192). Sum of RGB (Red+Green+Blue) = 245+204+192=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 192 (75.39% from 255 or 29.95% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCC0 is #0A333F. Grayscale: #D6D6D6. Windows color (decimal): -668480 or 12635381. OLE color: 12635381.

HSL color Cylindrical-coordinate representation of color #F5CCC0: hue angle of 13.58º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5CCC0 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 204 192 -
CMYK 0 0.17 0.22 0.04
HSL 13.58º 0.73% 0.86% -
HSV(B) 13.58º 0.22% 0.96% -
XYZ 68.76 66.4 59.06 -
YUV 214.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 245 204 192 0 0.17 0.22 0.04 13.58 0.73 0.86
Hex F5 CC C0 0 11 16 4 E 49 56
Octal 365 314 300 0 21 26 4 16 111 126
Binary 11110101 11001100 11000000 0 10001 10110 100 1110 1001001 1010110

Color Harmonies of #F5CCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CCC0

Black with #F5CCC0

Text Example


Text Example

White with #F5CCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CCC0; }

 p { color: rgb(245,204,192); }

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

background-color css

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

 a { background-color: rgb(245,204,192); }

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

border-color css

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

 span { border-color: rgb(245,204,192); }

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