#F3D0EB

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

Shades of Snuff #F3D0EB

Tints of Snuff #F3D0EB

Color information

#F3D0EB (or 0xF3D0EB) is unknown color: approx Snuff. HEX triplet: F3, D0 and EB. RGB value is (243,208,235). Sum of RGB (Red+Green+Blue) = 243+208+235=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D0EB is #0C2F14. Grayscale: #DDDDDD. Windows color (decimal): -798485 or 15454451. OLE color: 15454451.

HSL color Cylindrical-coordinate representation of color #F3D0EB: hue angle of 313.71º 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 #F3D0EB is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB243208235-
CMYK00.140.030.05
HSL313.71º59.32%88.43%-
HSV(B)313.71º14.4%95.29%-
XYZ74.5170.1688.21-
YUV221.54135.6143.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.42%
GREEN value IS 208 (81.64% from 255) = 30.32%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=35.42%
G=30.32%
B=34.26%

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
Decimal24320823500.140.030.05313.7159.3288.43
HexF3D0EB0E3513a3b58
Octal3633203530163547273130
Binary11110011110100001110101101110111011001110101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D0EB; }

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

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

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

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

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

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

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

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