Html Css Color HEX #F0CFB9 Watusi

📋 copy color: '#F0CFB9'

red 240 ◦ green 207 ◦ blue 185

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

Shades of Watusi #F0CFB9

Tints of Watusi #F0CFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.27%

R = 37.97%
G = 32.75%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F0CFB9 (or 0xF0CFB9) is known color: Watusi. HEX triplet: F0, CF and B9. RGB value is (240,207,185). Sum of RGB (Red+Green+Blue) = 240+207+185=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFB9 is #0F3046. Grayscale: #D6D6D6. Windows color (decimal): -995399 or 12177392. OLE color: 12177392.

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

Color convert

RGB 240 207 185 -
CMYK 0 0.14 0.23 0.06
HSL 24º 0.65% 0.83% -
HSV(B) 24º 0.23% 0.94% -
XYZ 67 66.65 55.23 -
YUV 214.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 240 207 185 0 0.14 0.23 0.06 24 0.65 0.83
Hex F0 CF B9 0 E 17 6 18 41 53
Octal 360 317 271 0 16 27 6 30 101 123
Binary 11110000 11001111 10111001 0 1110 10111 110 11000 1000001 1010011

Color Harmonies of #F0CFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFB9

Black with #F0CFB9

Text Example


Text Example

White with #F0CFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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