#F2CDEE

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

Shades of Snuff #F2CDEE

Tints of Snuff #F2CDEE

Color information

#F2CDEE (or 0xF2CDEE) is unknown color: approx Snuff. HEX triplet: F2, CD and EE. RGB value is (242,205,238). Sum of RGB (Red+Green+Blue) = 242+205+238=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CDEE is #0D3211. Grayscale: #DBDBDB. Windows color (decimal): -864786 or 15650290. OLE color: 15650290.

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

Color convert

RGB242205238-
CMYK00.150.020.05
HSL306.49º58.73%87.65%-
HSV(B)306.49º15.29%94.9%-
XYZ73.8868.7190.26-
YUV219.82138.26143.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.33%
GREEN value IS 205 (80.47% from 255) = 29.93%
BLUE value IS 238 (93.36% from 255) = 34.74%
R=35.33%
G=29.93%
B=34.74%

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
Decimal24220523800.150.020.05306.4958.7387.65
HexF2CDEE0F251323b58
Octal3623153560172546273130
Binary11110010110011011110111001111101011001100101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CDEE; }

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

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

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

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

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

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

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

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