#F2CFEA

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

Shades of Snuff #F2CFEA

Tints of Snuff #F2CFEA

Color information

#F2CFEA (or 0xF2CFEA) is unknown color: approx Snuff. HEX triplet: F2, CF and EA. RGB value is (242,207,234). Sum of RGB (Red+Green+Blue) = 242+207+234=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFEA is #0D3015. Grayscale: #DCDCDC. Windows color (decimal): -864278 or 15388658. OLE color: 15388658.

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

Color convert

RGB242207234-
CMYK00.140.030.05
HSL313.71º57.38%88.04%-
HSV(B)313.71º14.46%94.9%-
XYZ73.7869.4487.36-
YUV220.54135.6143.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.43%
GREEN value IS 207 (81.25% from 255) = 30.31%
BLUE value IS 234 (91.80% from 255) = 34.26%
R=35.43%
G=30.31%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220723400.140.030.05313.7157.3888.04
HexF2CFEA0E3513a3958
Octal3623173520163547271130
Binary11110010110011111110101001110111011001110101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CFEA; }

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

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

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

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

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

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

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

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