Html Css Color HEX #F0CCBF Watusi

📋 copy color: '#F0CCBF'

red 240 ◦ green 204 ◦ blue 191

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

Shades of Watusi #F0CCBF

Tints of Watusi #F0CCBF

RGB

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

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

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

R = 37.8%
G = 32.13%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0CCBF (or 0xF0CCBF) is known color: Watusi. HEX triplet: F0, CC and BF. RGB value is (240,204,191). Sum of RGB (Red+Green+Blue) = 240+204+191=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCBF is #0F3340. Grayscale: #D5D5D5. Windows color (decimal): -996161 or 12569840. OLE color: 12569840.

HSL color Cylindrical-coordinate representation of color #F0CCBF: hue angle of 15.92º 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 #F0CCBF is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 204 191 -
CMYK 0 0.15 0.20 0.06
HSL 15.92º 0.62% 0.85% -
HSV(B) 15.92º 0.2% 0.94% -
XYZ 66.93 65.47 58.4 -
YUV 213.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 240 204 191 0 0.15 0.20 0.06 15.92 0.62 0.85
Hex F0 CC BF 0 F 14 6 10 3E 55
Octal 360 314 277 0 17 24 6 20 76 125
Binary 11110000 11001100 10111111 0 1111 10100 110 10000 111110 1010101

Color Harmonies of #F0CCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCBF

Black with #F0CCBF

Text Example


Text Example

White with #F0CCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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