#FFDAFA

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

Shades of Snuff #FFDAFA

Tints of Snuff #FFDAFA

Color information

#FFDAFA (or 0xFFDAFA) is unknown color: approx Snuff. HEX triplet: FF, DA and FA. RGB value is (255,218,250). Sum of RGB (Red+Green+Blue) = 255+218+250=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 218 (85.55% from 255 or 30.15% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAFA is #002505. Grayscale: #E8E8E8. Windows color (decimal): -9478 or 16440063. OLE color: 16440063.

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

Color convert

RGB255218250-
CMYK00.150.020
HSL308.11º100%92.75%-
HSV(B)308.11º14.51%100%-
XYZ83.5778.3101.15-
YUV232.71137.76143.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.27%
GREEN value IS 218 (85.55% from 255) = 30.15%
BLUE value IS 250 (98.05% from 255) = 34.58%
R=35.27%
G=30.15%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521825000.150.020308.1110092.75
HexFFDAFA0F20134645d
Octal37733237201720464144135
Binary1111111111011010111110100111110010011010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAFA; }

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

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

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

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

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

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

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

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