Html Css Color HEX #F0C8BD Watusi

📋 copy color: '#F0C8BD'

red 240 ◦ green 200 ◦ blue 189

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

Shades of Watusi #F0C8BD

Tints of Watusi #F0C8BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.05%

R = 38.16%
G = 31.8%
B = 30.05%

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

#F0C8BD (or 0xF0C8BD) is known color: Watusi. HEX triplet: F0, C8 and BD. RGB value is (240,200,189). Sum of RGB (Red+Green+Blue) = 240+200+189=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8BD is #0F3742. Grayscale: #D2D2D2. Windows color (decimal): -997187 or 12437744. OLE color: 12437744.

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

Color convert

RGB 240 200 189 -
CMYK 0 0.17 0.21 0.06
HSL 12.94º 0.63% 0.84% -
HSV(B) 12.94º 0.21% 0.94% -
XYZ 65.77 63.51 56.94 -
YUV 210.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 240 200 189 0 0.17 0.21 0.06 12.94 0.63 0.84
Hex F0 C8 BD 0 11 15 6 D 3F 54
Octal 360 310 275 0 21 25 6 15 77 124
Binary 11110000 11001000 10111101 0 10001 10101 110 1101 111111 1010100

Color Harmonies of #F0C8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C8BD

Black with #F0C8BD

Text Example


Text Example

White with #F0C8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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