#FEDAF9

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

Shades of Snuff #FEDAF9

Tints of Snuff #FEDAF9

Color information

#FEDAF9 (or 0xFEDAF9) is unknown color: approx Snuff. HEX triplet: FE, DA and F9. RGB value is (254,218,249). Sum of RGB (Red+Green+Blue) = 254+218+249=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 218 (85.55% from 255 or 30.24% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAF9 is #012506. Grayscale: #E8E8E8. Windows color (decimal): -75015 or 16374526. OLE color: 16374526.

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

Color convert

RGB254218249-
CMYK00.140.020.00
HSL308.33º94.74%92.55%-
HSV(B)308.33º14.17%99.61%-
XYZ83.0478.05100.31-
YUV232.3137.43143.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.23%
GREEN value IS 218 (85.55% from 255) = 30.24%
BLUE value IS 249 (97.66% from 255) = 34.54%
R=35.23%
G=30.24%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421824900.140.020.00308.3394.7492.55
HexFEDAF90E201345f5d
Octal37633237101620464137135
Binary1111111011011010111110010111010010011010010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDAF9; }

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

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

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

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

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

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

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

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