Html Css Color HEX #F0CEBE Watusi

📋 copy color: '#F0CEBE'

red 240 ◦ green 206 ◦ blue 190

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

Shades of Watusi #F0CEBE

Tints of Watusi #F0CEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.87%

R = 37.74%
G = 32.39%
B = 29.87%

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

#F0CEBE (or 0xF0CEBE) is known color: Watusi. HEX triplet: F0, CE and BE. RGB value is (240,206,190). Sum of RGB (Red+Green+Blue) = 240+206+190=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEBE is #0F3141. Grayscale: #D6D6D6. Windows color (decimal): -995650 or 12504816. OLE color: 12504816.

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

Color convert

RGB 240 206 190 -
CMYK 0 0.14 0.21 0.06
HSL 19.2º 0.63% 0.84% -
HSV(B) 19.2º 0.21% 0.94% -
XYZ 67.3 66.39 57.98 -
YUV 214.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 240 206 190 0 0.14 0.21 0.06 19.2 0.63 0.84
Hex F0 CE BE 0 E 15 6 13 3E 54
Octal 360 316 276 0 16 25 6 23 76 124
Binary 11110000 11001110 10111110 0 1110 10101 110 10011 111110 1010100

Color Harmonies of #F0CEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEBE

Black with #F0CEBE

Text Example


Text Example

White with #F0CEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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