#F2CFED

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

Shades of Snuff #F2CFED

Tints of Snuff #F2CFED

Color information

#F2CFED (or 0xF2CFED) is unknown color: approx Snuff. HEX triplet: F2, CF and ED. RGB value is (242,207,237). Sum of RGB (Red+Green+Blue) = 242+207+237=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFED is #0D3012. Grayscale: #DCDCDC. Windows color (decimal): -864275 or 15585266. OLE color: 15585266.

HSL color Cylindrical-coordinate representation of color #F2CFED: hue angle of 308.57º 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 #F2CFED is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242207237-
CMYK00.140.020.05
HSL308.57º57.38%88.04%-
HSV(B)308.57º14.46%94.9%-
XYZ74.2269.6289.65-
YUV220.88137.1143.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.28%
GREEN value IS 207 (81.25% from 255) = 30.17%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=35.28%
G=30.17%
B=34.55%

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
Decimal24220723700.140.020.05308.5757.3888.04
HexF2CFED0E251353958
Octal3623173550162546571130
Binary11110010110011111110110101110101011001101011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CFED; }

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

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

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

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

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

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

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

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