#F4CFBE

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

Shades of Watusi #F4CFBE

Tints of Watusi #F4CFBE

Color information

#F4CFBE (or 0xF4CFBE) is unknown color: approx Watusi. HEX triplet: F4, CF and BE. RGB value is (244,207,190). Sum of RGB (Red+Green+Blue) = 244+207+190=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFBE is #0B3041. Grayscale: #D8D8D8. Windows color (decimal): -733250 or 12505076. OLE color: 12505076.

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

Color convert

RGB244207190-
CMYK00.150.220.04
HSL18.89º71.05%85.1%-
HSV(B)18.89º22.13%95.69%-
XYZ68.9267.5858.13-
YUV216.12113.26147.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.07%
GREEN value IS 207 (81.25% from 255) = 32.29%
BLUE value IS 190 (74.61% from 255) = 29.64%
R=38.07%
G=32.29%
B=29.64%

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
Decimal24420719000.150.220.0418.8971.0585.1
HexF4CFBE0F164134755
Octal36431727601726423107125
Binary11110100110011111011111001111101101001001110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFBE; }

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

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

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

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

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

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

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

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