#F3D2EC

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

Shades of Snuff #F3D2EC

Tints of Snuff #F3D2EC

Color information

#F3D2EC (or 0xF3D2EC) is unknown color: approx Snuff. HEX triplet: F3, D2 and EC. RGB value is (243,210,236). Sum of RGB (Red+Green+Blue) = 243+210+236=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 210 (82.42% from 255 or 30.48% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D2EC is #0C2D13. Grayscale: #DEDEDE. Windows color (decimal): -797972 or 15520499. OLE color: 15520499.

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

Color convert

RGB243210236-
CMYK00.140.030.05
HSL312.73º57.89%88.82%-
HSV(B)312.73º13.58%95.29%-
XYZ75.1571.289.14-
YUV222.83135.43142.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.27%
GREEN value IS 210 (82.42% from 255) = 30.48%
BLUE value IS 236 (92.58% from 255) = 34.25%
R=35.27%
G=30.48%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321023600.140.030.05312.7357.8988.82
HexF3D2EC0E351393a59
Octal3633223540163547172131
Binary11110011110100101110110001110111011001110011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D2EC; }

 p { color: rgb(243,210,236); }

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

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

 a { background-color: rgb(243,210,236); }

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

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

 span { border-color: rgb(243,210,236); }

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