Html Css Color HEX #F0C8BC Watusi

📋 copy color: '#F0C8BC'

red 240 ◦ green 200 ◦ blue 188

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

Shades of Watusi #F0C8BC

Tints of Watusi #F0C8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.94%

R = 38.22%
G = 31.85%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0C8BC (or 0xF0C8BC) is known color: Watusi. HEX triplet: F0, C8 and BC. RGB value is (240,200,188). Sum of RGB (Red+Green+Blue) = 240+200+188=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8BC is #0F3743. Grayscale: #D2D2D2. Windows color (decimal): -997188 or 12372208. OLE color: 12372208.

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

Color convert

RGB 240 200 188 -
CMYK 0 0.17 0.22 0.06
HSL 13.85º 0.63% 0.84% -
HSV(B) 13.85º 0.22% 0.94% -
XYZ 65.67 63.46 56.37 -
YUV 210.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 240 200 188 0 0.17 0.22 0.06 13.85 0.63 0.84
Hex F0 C8 BC 0 11 16 6 E 3F 54
Octal 360 310 274 0 21 26 6 16 77 124
Binary 11110000 11001000 10111100 0 10001 10110 110 1110 111111 1010100

Color Harmonies of #F0C8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C8BC

Black with #F0C8BC

Text Example


Text Example

White with #F0C8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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