#F2CEEE

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

Shades of Snuff #F2CEEE

Tints of Snuff #F2CEEE

Color information

#F2CEEE (or 0xF2CEEE) is unknown color: approx Snuff. HEX triplet: F2, CE and EE. RGB value is (242,206,238). Sum of RGB (Red+Green+Blue) = 242+206+238=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEEE is #0D3111. Grayscale: #DCDCDC. Windows color (decimal): -864530 or 15650546. OLE color: 15650546.

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

Color convert

RGB242206238-
CMYK00.150.020.05
HSL306.67º58.06%87.84%-
HSV(B)306.67º14.88%94.9%-
XYZ74.1269.1990.34-
YUV220.41137.93143.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.28%
GREEN value IS 206 (80.86% from 255) = 30.03%
BLUE value IS 238 (93.36% from 255) = 34.69%
R=35.28%
G=30.03%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220623800.150.020.05306.6758.0687.84
HexF2CEEE0F251333a58
Octal3623163560172546372130
Binary11110010110011101110111001111101011001100111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CEEE; }

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

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

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

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

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

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

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

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