#F3D0ED

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

Shades of Snuff #F3D0ED

Tints of Snuff #F3D0ED

Color information

#F3D0ED (or 0xF3D0ED) is unknown color: approx Snuff. HEX triplet: F3, D0 and ED. RGB value is (243,208,237). Sum of RGB (Red+Green+Blue) = 243+208+237=688 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.32% from 688); Green value is 208 (81.64% from 255 or 30.23% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D0ED is #0C2F12. Grayscale: #DDDDDD. Windows color (decimal): -798483 or 15585523. OLE color: 15585523.

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

Color convert

RGB243208237-
CMYK00.140.020.05
HSL310.29º59.32%88.43%-
HSV(B)310.29º14.4%95.29%-
XYZ74.870.2889.74-
YUV221.77136.6143.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.32%
GREEN value IS 208 (81.64% from 255) = 30.23%
BLUE value IS 237 (92.97% from 255) = 34.45%
R=35.32%
G=30.23%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320823700.140.020.05310.2959.3288.43
HexF3D0ED0E251363b58
Octal3633203550162546673130
Binary11110011110100001110110101110101011001101101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D0ED; }

 p { color: rgb(243,208,237); }

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

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

 a { background-color: rgb(243,208,237); }

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

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

 span { border-color: rgb(243,208,237); }

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