#F5CEBD

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

Shades of Watusi #F5CEBD

Tints of Watusi #F5CEBD

Color information

#F5CEBD (or 0xF5CEBD) is unknown color: approx Watusi. HEX triplet: F5, CE and BD. RGB value is (245,206,189). Sum of RGB (Red+Green+Blue) = 245+206+189=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CEBD is #0A3142. Grayscale: #D7D7D7. Windows color (decimal): -667971 or 12439285. OLE color: 12439285.

HSL color Cylindrical-coordinate representation of color #F5CEBD: hue angle of 18.21º 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 #F5CEBD is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB245206189-
CMYK00.160.230.04
HSL18.21º73.68%85.1%-
HSV(B)18.21º22.86%96.08%-
XYZ68.9167.2357.49-
YUV215.72112.92148.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.28%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=38.28%
G=32.19%
B=29.53%

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
Decimal24520618900.160.230.0418.2173.6885.1
HexF5CEBD010174124a55
Octal36531627502027422112125
Binary111101011100111010111101010000101111001001010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CEBD; }

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

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

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

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

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

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

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

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