#F4CFBF

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

Shades of Watusi #F4CFBF

Tints of Watusi #F4CFBF

Color information

#F4CFBF (or 0xF4CFBF) is unknown color: approx Watusi. HEX triplet: F4, CF and BF. RGB value is (244,207,191). Sum of RGB (Red+Green+Blue) = 244+207+191=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFBF is #0B3040. Grayscale: #D8D8D8. Windows color (decimal): -733249 or 12570612. OLE color: 12570612.

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

Color convert

RGB244207191-
CMYK00.150.220.04
HSL18.11º70.67%85.29%-
HSV(B)18.11º21.72%95.69%-
XYZ69.0367.6258.7-
YUV216.24113.76147.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.01%
GREEN value IS 207 (81.25% from 255) = 32.24%
BLUE value IS 191 (75% from 255) = 29.75%
R=38.01%
G=32.24%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420719100.150.220.0418.1170.6785.29
HexF4CFBF0F164124755
Octal36431727701726422107125
Binary11110100110011111011111101111101101001001010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFBF; }

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

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

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

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

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

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

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

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