#F4CFEE

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

Shades of Snuff #F4CFEE

Tints of Snuff #F4CFEE

Color information

#F4CFEE (or 0xF4CFEE) is unknown color: approx Snuff. HEX triplet: F4, CF and EE. RGB value is (244,207,238). Sum of RGB (Red+Green+Blue) = 244+207+238=689 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.41% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CFEE is #0B3011. Grayscale: #DDDDDD. Windows color (decimal): -733202 or 15650804. OLE color: 15650804.

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

Color convert

RGB244207238-
CMYK00.150.020.04
HSL309.73º62.71%88.43%-
HSV(B)309.73º15.16%95.69%-
XYZ75.0570.0390.45-
YUV221.6137.26143.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.41%
GREEN value IS 207 (81.25% from 255) = 30.04%
BLUE value IS 238 (93.36% from 255) = 34.54%
R=35.41%
G=30.04%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420723800.150.020.04309.7362.7188.43
HexF4CFEE0F241363f58
Octal3643173560172446677130
Binary11110100110011111110111001111101001001101101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFEE; }

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

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

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

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

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

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

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

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