#F3DAEE

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

Shades of Snuff #F3DAEE

Tints of Snuff #F3DAEE

Color information

#F3DAEE (or 0xF3DAEE) is unknown color: approx Snuff. HEX triplet: F3, DA and EE. RGB value is (243,218,238). Sum of RGB (Red+Green+Blue) = 243+218+238=699 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.76% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAEE is #0C2511. Grayscale: #E3E3E3. Windows color (decimal): -795922 or 15653619. OLE color: 15653619.

HSL color Cylindrical-coordinate representation of color #F3DAEE: hue angle of 312º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DAEE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB243218238-
CMYK00.100.020.05
HSL312º51.02%90.39%-
HSV(B)312º10.29%95.29%-
XYZ77.4775.3791.35-
YUV227.76133.78138.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.76%
GREEN value IS 218 (85.55% from 255) = 31.19%
BLUE value IS 238 (93.36% from 255) = 34.05%
R=34.76%
G=31.19%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321823800.100.020.0531251.0290.39
HexF3DAEE0A25138335a
Octal3633323560122547063132
Binary11110011110110101110111001010101011001110001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAEE; }

 p { color: rgb(243,218,238); }

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

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

 a { background-color: rgb(243,218,238); }

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

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

 span { border-color: rgb(243,218,238); }

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