#F0CEF2

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

Shades of Snuff #F0CEF2

Tints of Snuff #F0CEF2

Color information

#F0CEF2 (or 0xF0CEF2) is unknown color: approx Snuff. HEX triplet: F0, CE and F2. RGB value is (240,206,242). Sum of RGB (Red+Green+Blue) = 240+206+242=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 242 (94.92% from 255 or 35.17% from 688); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0CEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEF2 is #0F310D. Grayscale: #DCDCDC. Windows color (decimal): -995598 or 15912688. OLE color: 15912688.

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

Color convert

RGB240206242-
CMYK0.010.1500.05
HSL296.67º58.06%87.84%-
HSV(B)296.67º14.88%94.9%-
XYZ74.0369.0893.44-
YUV220.27140.26142.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.88%
GREEN value IS 206 (80.86% from 255) = 29.94%
BLUE value IS 242 (94.92% from 255) = 35.17%
R=34.88%
G=29.94%
B=35.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402062420.010.1500.05296.6758.0687.84
HexF0CEF21F051293a58
Octal3603163621170545172130
Binary1111000011001110111100101111101011001010011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEF2; }

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

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

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

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

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

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

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

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