Html Css Color HEX #F0CEBA Watusi

📋 copy color: '#F0CEBA'

red 240 ◦ green 206 ◦ blue 186

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

Shades of Watusi #F0CEBA

Tints of Watusi #F0CEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.43%

R = 37.97%
G = 32.59%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0CEBA (or 0xF0CEBA) is known color: Watusi. HEX triplet: F0, CE and BA. RGB value is (240,206,186). Sum of RGB (Red+Green+Blue) = 240+206+186=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEBA is #0F3145. Grayscale: #D6D6D6. Windows color (decimal): -995654 or 12242672. OLE color: 12242672.

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

Color convert

RGB 240 206 186 -
CMYK 0 0.14 0.22 0.06
HSL 22.22º 0.64% 0.84% -
HSV(B) 22.22º 0.23% 0.94% -
XYZ 66.87 66.21 55.71 -
YUV 213.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 240 206 186 0 0.14 0.22 0.06 22.22 0.64 0.84
Hex F0 CE BA 0 E 16 6 16 40 54
Octal 360 316 272 0 16 26 6 26 100 124
Binary 11110000 11001110 10111010 0 1110 10110 110 10110 1000000 1010100

Color Harmonies of #F0CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEBA

Black with #F0CEBA

Text Example


Text Example

White with #F0CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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