#FFDAF8

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

Shades of Snuff #FFDAF8

Tints of Snuff #FFDAF8

Color information

#FFDAF8 (or 0xFFDAF8) is unknown color: approx Snuff. HEX triplet: FF, DA and F8. RGB value is (255,218,248). Sum of RGB (Red+Green+Blue) = 255+218+248=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 218 (85.55% from 255 or 30.24% from 721); Blue value is 248 (97.27% from 255 or 34.40% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAF8 is #002507. Grayscale: #E8E8E8. Windows color (decimal): -9480 or 16308991. OLE color: 16308991.

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

Color convert

RGB255218248-
CMYK00.150.030
HSL311.35º100%92.75%-
HSV(B)311.35º14.51%100%-
XYZ83.2578.1899.51-
YUV232.48136.76144.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.37%
GREEN value IS 218 (85.55% from 255) = 30.24%
BLUE value IS 248 (97.27% from 255) = 34.40%
R=35.37%
G=30.24%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521824800.150.030311.3510092.75
HexFFDAF80F30137645d
Octal37733237001730467144135
Binary1111111111011010111110000111111010011011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAF8; }

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

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

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

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

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

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

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

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