#F5CEBC

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

Shades of Watusi #F5CEBC

Tints of Watusi #F5CEBC

Color information

#F5CEBC (or 0xF5CEBC) is unknown color: approx Watusi. HEX triplet: F5, CE and BC. RGB value is (245,206,188). Sum of RGB (Red+Green+Blue) = 245+206+188=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CEBC is #0A3143. Grayscale: #D7D7D7. Windows color (decimal): -667972 or 12373749. OLE color: 12373749.

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

Color convert

RGB245206188-
CMYK00.160.230.04
HSL18.95º74.03%84.9%-
HSV(B)18.95º23.27%96.08%-
XYZ68.867.1956.92-
YUV215.61112.42148.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.34%
GREEN value IS 206 (80.86% from 255) = 32.24%
BLUE value IS 188 (73.83% from 255) = 29.42%
R=38.34%
G=32.24%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520618800.160.230.0418.9574.0384.9
HexF5CEBC010174134a55
Octal36531627402027423112125
Binary111101011100111010111100010000101111001001110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CEBC; }

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

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

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

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

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

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

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

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