#F4CFC0

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

Shades of Watusi #F4CFC0

Tints of Watusi #F4CFC0

Color information

#F4CFC0 (or 0xF4CFC0) is unknown color: approx Watusi. HEX triplet: F4, CF and C0. RGB value is (244,207,192). Sum of RGB (Red+Green+Blue) = 244+207+192=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 192 (75.39% from 255 or 29.86% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFC0 is #0B303F. Grayscale: #D8D8D8. Windows color (decimal): -733248 or 12636148. OLE color: 12636148.

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

Color convert

RGB244207192-
CMYK00.150.210.04
HSL17.31º70.27%85.49%-
HSV(B)17.31º21.31%95.69%-
XYZ69.1467.6659.29-
YUV216.35114.26147.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.95%
GREEN value IS 207 (81.25% from 255) = 32.19%
BLUE value IS 192 (75.39% from 255) = 29.86%
R=37.95%
G=32.19%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420719200.150.210.0417.3170.2785.49
HexF4CFC00F154114655
Octal36431730001725421106125
Binary11110100110011111100000001111101011001000110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFC0; }

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

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

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

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

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

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

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

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