#FFD3F9

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

Shades of Snuff #FFD3F9

Tints of Snuff #FFD3F9

Color information

#FFD3F9 (or 0xFFD3F9) is unknown color: approx Snuff. HEX triplet: FF, D3 and F9. RGB value is (255,211,249). Sum of RGB (Red+Green+Blue) = 255+211+249=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 211 (82.81% from 255 or 29.51% from 715); Blue value is 249 (97.66% from 255 or 34.83% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD3F9 is #002C06. Grayscale: #E4E4E4. Windows color (decimal): -11271 or 16372735. OLE color: 16372735.

HSL color Cylindrical-coordinate representation of color #FFD3F9: hue angle of 308.18º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD3F9 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255211249-
CMYK00.170.020
HSL308.18º100%91.37%-
HSV(B)308.18º17.25%100%-
XYZ81.6374.6999.74-
YUV228.49139.58146.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.66%
GREEN value IS 211 (82.81% from 255) = 29.51%
BLUE value IS 249 (97.66% from 255) = 34.83%
R=35.66%
G=29.51%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521124900.170.020308.1810091.37
HexFFD3F901120134645b
Octal37732337102120464144133
Binary11111111110100111111100101000110010011010011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD3F9; }

 p { color: rgb(255,211,249); }

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

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

 a { background-color: rgb(255,211,249); }

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

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

 span { border-color: rgb(255,211,249); }

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