#F4CEBD

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

Shades of Watusi #F4CEBD

Tints of Watusi #F4CEBD

Color information

#F4CEBD (or 0xF4CEBD) is unknown color: approx Watusi. HEX triplet: F4, CE and BD. RGB value is (244,206,189). Sum of RGB (Red+Green+Blue) = 244+206+189=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CEBD is #0B3142. Grayscale: #D7D7D7. Windows color (decimal): -733507 or 12439284. OLE color: 12439284.

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

Color convert

RGB244206189-
CMYK00.160.230.04
HSL18.55º71.43%84.9%-
HSV(B)18.55º22.54%95.69%-
XYZ68.5667.0557.47-
YUV215.42113.09148.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.18%
GREEN value IS 206 (80.86% from 255) = 32.24%
BLUE value IS 189 (74.22% from 255) = 29.58%
R=38.18%
G=32.24%
B=29.58%

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
Decimal24420618900.160.230.0418.5571.4384.9
HexF4CEBD010174134755
Octal36431627502027423107125
Binary111101001100111010111101010000101111001001110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CEBD; }

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

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

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

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

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

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

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

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