Html Css Color HEX #F0CFBD Watusi

📋 copy color: '#F0CFBD'

red 240 ◦ green 207 ◦ blue 189

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

Shades of Watusi #F0CFBD

Tints of Watusi #F0CFBD

RGB

 RED value IS 240 (94.14% from 255) = 37.74%

 GREEN value IS 207 (81.25% from 255) = 32.55%

 BLUE value IS 189 (74.22% from 255) = 29.72%

R = 37.74%
G = 32.55%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0CFBD (or 0xF0CFBD) is known color: Watusi. HEX triplet: F0, CF and BD. RGB value is (240,207,189). Sum of RGB (Red+Green+Blue) = 240+207+189=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFBD is #0F3042. Grayscale: #D6D6D6. Windows color (decimal): -995395 or 12439536. OLE color: 12439536.

HSL color Cylindrical-coordinate representation of color #F0CFBD: hue angle of 21.18º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0CFBD is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 207 189 -
CMYK 0 0.14 0.21 0.06
HSL 21.18º 0.63% 0.84% -
HSV(B) 21.18º 0.21% 0.94% -
XYZ 67.43 66.83 57.49 -
YUV 214.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 240 207 189 0 0.14 0.21 0.06 21.18 0.63 0.84
Hex F0 CF BD 0 E 15 6 15 3F 54
Octal 360 317 275 0 16 25 6 25 77 124
Binary 11110000 11001111 10111101 0 1110 10101 110 10101 111111 1010100

Color Harmonies of #F0CFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFBD

Black with #F0CFBD

Text Example


Text Example

White with #F0CFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFBD; }

 p { color: rgb(240,207,189); }

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

background-color css

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

 a { background-color: rgb(240,207,189); }

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

border-color css

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

 span { border-color: rgb(240,207,189); }

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