#F2CFEC

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

Shades of Snuff #F2CFEC

Tints of Snuff #F2CFEC

Color information

#F2CFEC (or 0xF2CFEC) is unknown color: approx Snuff. HEX triplet: F2, CF and EC. RGB value is (242,207,236). Sum of RGB (Red+Green+Blue) = 242+207+236=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFEC is #0D3013. Grayscale: #DCDCDC. Windows color (decimal): -864276 or 15519730. OLE color: 15519730.

HSL color Cylindrical-coordinate representation of color #F2CFEC: hue angle of 310.29º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2CFEC is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242207236-
CMYK00.140.020.05
HSL310.29º57.38%88.04%-
HSV(B)310.29º14.46%94.9%-
XYZ74.0769.5688.88-
YUV220.77136.6143.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.33%
GREEN value IS 207 (81.25% from 255) = 30.22%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=35.33%
G=30.22%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220723600.140.020.05310.2957.3888.04
HexF2CFEC0E251363958
Octal3623173540162546671130
Binary11110010110011111110110001110101011001101101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CFEC; }

 p { color: rgb(242,207,236); }

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

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

 a { background-color: rgb(242,207,236); }

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

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

 span { border-color: rgb(242,207,236); }

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