#F4CFBD

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

Shades of Watusi #F4CFBD

Tints of Watusi #F4CFBD

Color information

#F4CFBD (or 0xF4CFBD) is unknown color: approx Watusi. HEX triplet: F4, CF and BD. RGB value is (244,207,189). Sum of RGB (Red+Green+Blue) = 244+207+189=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFBD is #0B3042. Grayscale: #D8D8D8. Windows color (decimal): -733251 or 12439540. OLE color: 12439540.

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

Color convert

RGB244207189-
CMYK00.150.230.04
HSL19.64º71.43%84.9%-
HSV(B)19.64º22.54%95.69%-
XYZ68.8167.5357.55-
YUV216.01112.76147.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.12%
GREEN value IS 207 (81.25% from 255) = 32.34%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=38.12%
G=32.34%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420718900.150.230.0419.6471.4384.9
HexF4CFBD0F174144755
Octal36431727501727424107125
Binary11110100110011111011110101111101111001010010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFBD; }

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

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

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

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

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

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

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

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