#F2CEED

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

Shades of Snuff #F2CEED

Tints of Snuff #F2CEED

Color information

#F2CEED (or 0xF2CEED) is unknown color: approx Snuff. HEX triplet: F2, CE and ED. RGB value is (242,206,237). Sum of RGB (Red+Green+Blue) = 242+206+237=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEED is #0D3112. Grayscale: #DCDCDC. Windows color (decimal): -864531 or 15585010. OLE color: 15585010.

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

Color convert

RGB242206237-
CMYK00.150.020.05
HSL308.33º58.06%87.84%-
HSV(B)308.33º14.88%94.9%-
XYZ73.9869.1389.57-
YUV220.3137.43143.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.33%
GREEN value IS 206 (80.86% from 255) = 30.07%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=35.33%
G=30.07%
B=34.60%

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
Decimal24220623700.150.020.05308.3358.0687.84
HexF2CEED0F251343a58
Octal3623163550172546472130
Binary11110010110011101110110101111101011001101001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CEED; }

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

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

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

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

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

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

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

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