Html Css Color HEX #F0CEBB Watusi

📋 copy color: '#F0CEBB'

red 240 ◦ green 206 ◦ blue 187

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

Shades of Watusi #F0CEBB

Tints of Watusi #F0CEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.54%

R = 37.91%
G = 32.54%
B = 29.54%

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

#F0CEBB (or 0xF0CEBB) is known color: Watusi. HEX triplet: F0, CE and BB. RGB value is (240,206,187). Sum of RGB (Red+Green+Blue) = 240+206+187=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEBB is #0F3144. Grayscale: #D6D6D6. Windows color (decimal): -995653 or 12308208. OLE color: 12308208.

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

Color convert

RGB 240 206 187 -
CMYK 0 0.14 0.22 0.06
HSL 21.51º 0.64% 0.84% -
HSV(B) 21.51º 0.22% 0.94% -
XYZ 66.98 66.26 56.27 -
YUV 214 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 240 206 187 0 0.14 0.22 0.06 21.51 0.64 0.84
Hex F0 CE BB 0 E 16 6 16 40 54
Octal 360 316 273 0 16 26 6 26 100 124
Binary 11110000 11001110 10111011 0 1110 10110 110 10110 1000000 1010100

Color Harmonies of #F0CEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEBB

Black with #F0CEBB

Text Example


Text Example

White with #F0CEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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