#FFDAF9

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

Shades of Snuff #FFDAF9

Tints of Snuff #FFDAF9

Color information

#FFDAF9 (or 0xFFDAF9) is unknown color: approx Snuff. HEX triplet: FF, DA and F9. RGB value is (255,218,249). Sum of RGB (Red+Green+Blue) = 255+218+249=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 218 (85.55% from 255 or 30.19% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAF9 is #002506. Grayscale: #E8E8E8. Windows color (decimal): -9479 or 16374527. OLE color: 16374527.

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

Color convert

RGB255218249-
CMYK00.150.020
HSL309.73º100%92.75%-
HSV(B)309.73º14.51%100%-
XYZ83.4178.24100.33-
YUV232.6137.26143.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.32%
GREEN value IS 218 (85.55% from 255) = 30.19%
BLUE value IS 249 (97.66% from 255) = 34.49%
R=35.32%
G=30.19%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521824900.150.020309.7310092.75
HexFFDAF90F20136645d
Octal37733237101720466144135
Binary1111111111011010111110010111110010011011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAF9; }

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

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

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

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

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

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

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

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