Html Css Color HEX #F0CEBF Watusi

📋 copy color: '#F0CEBF'

red 240 ◦ green 206 ◦ blue 191

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

Shades of Watusi #F0CEBF

Tints of Watusi #F0CEBF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.34%

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

R = 37.68%
G = 32.34%
B = 29.98%

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

#F0CEBF (or 0xF0CEBF) is known color: Watusi. HEX triplet: F0, CE and BF. RGB value is (240,206,191). Sum of RGB (Red+Green+Blue) = 240+206+191=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEBF is #0F3140. Grayscale: #D6D6D6. Windows color (decimal): -995649 or 12570352. OLE color: 12570352.

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

Color convert

RGB 240 206 191 -
CMYK 0 0.14 0.20 0.06
HSL 18.37º 0.62% 0.85% -
HSV(B) 18.37º 0.2% 0.94% -
XYZ 67.41 66.43 58.56 -
YUV 214.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 240 206 191 0 0.14 0.20 0.06 18.37 0.62 0.85
Hex F0 CE BF 0 E 14 6 12 3E 55
Octal 360 316 277 0 16 24 6 22 76 125
Binary 11110000 11001110 10111111 0 1110 10100 110 10010 111110 1010101

Color Harmonies of #F0CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEBF

Black with #F0CEBF

Text Example


Text Example

White with #F0CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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