#F8CEBE

Color #F8CEBE Watusi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watusi #F8CEBE

Tints of Watusi #F8CEBE

Color information

#F8CEBE (or 0xF8CEBE) is unknown color: approx Watusi. HEX triplet: F8, CE and BE. RGB value is (248,206,190). Sum of RGB (Red+Green+Blue) = 248+206+190=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CEBE is #073141. Grayscale: #D8D8D8. Windows color (decimal): -471362 or 12504824. OLE color: 12504824.

HSL color Cylindrical-coordinate representation of color #F8CEBE: hue angle of 16.55º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8CEBE is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248206190-
CMYK00.170.230.03
HSL16.55º80.56%85.88%-
HSV(B)16.55º23.39%97.25%-
XYZ70.0867.8258.11-
YUV216.73112.91150.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.51%
GREEN value IS 206 (80.86% from 255) = 31.99%
BLUE value IS 190 (74.61% from 255) = 29.50%
R=38.51%
G=31.99%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820619000.170.230.0316.5580.5685.88
HexF8CEBE011173115156
Octal37031627602127321121126
Binary11111000110011101011111001000110111111000110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CEBE; }

 p { color: rgb(248,206,190); }

 H1.HeaderClassName
 {
   color: #F8CEBE;
 }
 .AnyTagClassName
 {
   color: #F8CEBE;
 }
</style>
background-color css

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

 a { background-color: rgb(248,206,190); }

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

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

 span { border-color: rgb(248,206,190); }

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