#FEDAF6

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

Shades of Snuff #FEDAF6

Tints of Snuff #FEDAF6

Color information

#FEDAF6 (or 0xFEDAF6) is unknown color: approx Snuff. HEX triplet: FE, DA and F6. RGB value is (254,218,246). Sum of RGB (Red+Green+Blue) = 254+218+246=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 218 (85.55% from 255 or 30.36% from 718); Blue value is 246 (96.48% from 255 or 34.26% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAF6 is #012509. Grayscale: #E7E7E7. Windows color (decimal): -75018 or 16177918. OLE color: 16177918.

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

Color convert

RGB254218246-
CMYK00.140.030.00
HSL313.33º94.74%92.55%-
HSV(B)313.33º14.17%99.61%-
XYZ82.5877.8797.87-
YUV231.96135.93143.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.38%
GREEN value IS 218 (85.55% from 255) = 30.36%
BLUE value IS 246 (96.48% from 255) = 34.26%
R=35.38%
G=30.36%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421824600.140.030.00313.3394.7492.55
HexFEDAF60E301395f5d
Octal37633236601630471137135
Binary1111111011011010111101100111011010011100110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDAF6; }

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

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

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

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

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

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

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

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