#F2CFEE

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

Shades of Snuff #F2CFEE

Tints of Snuff #F2CFEE

Color information

#F2CFEE (or 0xF2CFEE) is unknown color: approx Snuff. HEX triplet: F2, CF and EE. RGB value is (242,207,238). Sum of RGB (Red+Green+Blue) = 242+207+238=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFEE is #0D3011. Grayscale: #DCDCDC. Windows color (decimal): -864274 or 15650802. OLE color: 15650802.

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

Color convert

RGB242207238-
CMYK00.140.020.05
HSL306.86º57.38%88.04%-
HSV(B)306.86º14.46%94.9%-
XYZ74.3669.6890.42-
YUV221137.6142.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.23%
GREEN value IS 207 (81.25% from 255) = 30.13%
BLUE value IS 238 (93.36% from 255) = 34.64%
R=35.23%
G=30.13%
B=34.64%

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
Decimal24220723800.140.020.05306.8657.3888.04
HexF2CFEE0E251333958
Octal3623173560162546371130
Binary11110010110011111110111001110101011001100111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CFEE; }

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

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

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

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

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

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

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

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