Html Css Color HEX #F5CDC0 Watusi

📋 copy color: '#F5CDC0'

red 245 ◦ green 205 ◦ blue 192

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

Shades of Watusi #F5CDC0

Tints of Watusi #F5CDC0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.93%

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

R = 38.16%
G = 31.93%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5CDC0 (or 0xF5CDC0) is known color: Watusi. HEX triplet: F5, CD and C0. RGB value is (245,205,192). Sum of RGB (Red+Green+Blue) = 245+205+192=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 192 (75.39% from 255 or 29.91% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CDC0 is #0A323F. Grayscale: #D7D7D7. Windows color (decimal): -668224 or 12635637. OLE color: 12635637.

HSL color Cylindrical-coordinate representation of color #F5CDC0: hue angle of 14.72º 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 #F5CDC0 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 205 192 -
CMYK 0 0.16 0.22 0.04
HSL 14.72º 0.73% 0.86% -
HSV(B) 14.72º 0.22% 0.96% -
XYZ 69 66.88 59.14 -
YUV 215.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 245 205 192 0 0.16 0.22 0.04 14.72 0.73 0.86
Hex F5 CD C0 0 10 16 4 F 49 56
Octal 365 315 300 0 20 26 4 17 111 126
Binary 11110101 11001101 11000000 0 10000 10110 100 1111 1001001 1010110

Color Harmonies of #F5CDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CDC0

Black with #F5CDC0

Text Example


Text Example

White with #F5CDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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