#F5CEBE

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

Shades of Watusi #F5CEBE

Tints of Watusi #F5CEBE

Color information

#F5CEBE (or 0xF5CEBE) is unknown color: approx Watusi. HEX triplet: F5, CE and BE. RGB value is (245,206,190). Sum of RGB (Red+Green+Blue) = 245+206+190=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CEBE is #0A3141. Grayscale: #D7D7D7. Windows color (decimal): -667970 or 12504821. OLE color: 12504821.

HSL color Cylindrical-coordinate representation of color #F5CEBE: hue angle of 17.45º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5CEBE is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245206190-
CMYK00.160.220.04
HSL17.45º73.33%85.29%-
HSV(B)17.45º22.45%96.08%-
XYZ69.0267.2758.06-
YUV215.84113.42148.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.22%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 190 (74.61% from 255) = 29.64%
R=38.22%
G=32.14%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520619000.160.220.0417.4573.3385.29
HexF5CEBE010164114955
Octal36531627602026421111125
Binary111101011100111010111110010000101101001000110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CEBE; }

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

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

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

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

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

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

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

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