Html Css Color HEX #F0CFBF Watusi

📋 copy color: '#F0CFBF'

red 240 ◦ green 207 ◦ blue 191

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

Shades of Watusi #F0CFBF

Tints of Watusi #F0CFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.94%

R = 37.62%
G = 32.45%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0CFBF (or 0xF0CFBF) is known color: Watusi. HEX triplet: F0, CF and BF. RGB value is (240,207,191). Sum of RGB (Red+Green+Blue) = 240+207+191=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFBF is #0F3040. Grayscale: #D7D7D7. Windows color (decimal): -995393 or 12570608. OLE color: 12570608.

HSL color Cylindrical-coordinate representation of color #F0CFBF: hue angle of 19.59º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0CFBF is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 207 191 -
CMYK 0 0.14 0.20 0.06
HSL 19.59º 0.62% 0.85% -
HSV(B) 19.59º 0.2% 0.94% -
XYZ 67.65 66.91 58.64 -
YUV 215.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 240 207 191 0 0.14 0.20 0.06 19.59 0.62 0.85
Hex F0 CF BF 0 E 14 6 14 3E 55
Octal 360 317 277 0 16 24 6 24 76 125
Binary 11110000 11001111 10111111 0 1110 10100 110 10100 111110 1010101

Color Harmonies of #F0CFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFBF

Black with #F0CFBF

Text Example


Text Example

White with #F0CFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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