#FFDAF7

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

Shades of Snuff #FFDAF7

Tints of Snuff #FFDAF7

Color information

#FFDAF7 (or 0xFFDAF7) is unknown color: approx Snuff. HEX triplet: FF, DA and F7. RGB value is (255,218,247). Sum of RGB (Red+Green+Blue) = 255+218+247=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 218 (85.55% from 255 or 30.28% from 720); Blue value is 247 (96.88% from 255 or 34.31% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAF7 is #002508. Grayscale: #E8E8E8. Windows color (decimal): -9481 or 16243455. OLE color: 16243455.

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

Color convert

RGB255218247-
CMYK00.150.030
HSL312.97º100%92.75%-
HSV(B)312.97º14.51%100%-
XYZ83.178.1298.69-
YUV232.37136.26144.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.42%
GREEN value IS 218 (85.55% from 255) = 30.28%
BLUE value IS 247 (96.88% from 255) = 34.31%
R=35.42%
G=30.28%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521824700.150.030312.9710092.75
HexFFDAF70F30139645d
Octal37733236701730471144135
Binary1111111111011010111101110111111010011100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAF7; }

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

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

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

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

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

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

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

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