Html Css Color HEX #F0C8BE Watusi

📋 copy color: '#F0C8BE'

red 240 ◦ green 200 ◦ blue 190

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

Shades of Watusi #F0C8BE

Tints of Watusi #F0C8BE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.75%

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

R = 38.1%
G = 31.75%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0C8BE (or 0xF0C8BE) is known color: Watusi. HEX triplet: F0, C8 and BE. RGB value is (240,200,190). Sum of RGB (Red+Green+Blue) = 240+200+190=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8BE is #0F3741. Grayscale: #D2D2D2. Windows color (decimal): -997186 or 12503280. OLE color: 12503280.

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

Color convert

RGB 240 200 190 -
CMYK 0 0.17 0.21 0.06
HSL 12º 0.63% 0.84% -
HSV(B) 12º 0.21% 0.94% -
XYZ 65.88 63.55 57.51 -
YUV 210.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 240 200 190 0 0.17 0.21 0.06 12 0.63 0.84
Hex F0 C8 BE 0 11 15 6 C 3E 54
Octal 360 310 276 0 21 25 6 14 76 124
Binary 11110000 11001000 10111110 0 10001 10101 110 1100 111110 1010100

Color Harmonies of #F0C8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C8BE

Black with #F0C8BE

Text Example


Text Example

White with #F0C8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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