#F2CCEB

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

Shades of Snuff #F2CCEB

Tints of Snuff #F2CCEB

Color information

#F2CCEB (or 0xF2CCEB) is unknown color: approx Snuff. HEX triplet: F2, CC and EB. RGB value is (242,204,235). Sum of RGB (Red+Green+Blue) = 242+204+235=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCEB is #0D3314. Grayscale: #DADADA. Windows color (decimal): -865045 or 15453426. OLE color: 15453426.

HSL color Cylindrical-coordinate representation of color #F2CCEB: hue angle of 311.05º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CCEB is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB242204235-
CMYK00.160.030.05
HSL311.05º59.38%87.45%-
HSV(B)311.05º15.7%94.9%-
XYZ73.2168.0687.88-
YUV218.9137.09144.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.54%
GREEN value IS 204 (80.08% from 255) = 29.96%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=35.54%
G=29.96%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220423500.160.030.05311.0559.3887.45
HexF2CCEB010351373b57
Octal3623143530203546773127
Binary111100101100110011101011010000111011001101111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCEB; }

 p { color: rgb(242,204,235); }

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

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

 a { background-color: rgb(242,204,235); }

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

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

 span { border-color: rgb(242,204,235); }

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