#FEDEF8

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

Shades of Snuff #FEDEF8

Tints of Snuff #FEDEF8

Color information

#FEDEF8 (or 0xFEDEF8) is unknown color: approx Snuff. HEX triplet: FE, DE and F8. RGB value is (254,222,248). Sum of RGB (Red+Green+Blue) = 254+222+248=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 222 (87.11% from 255 or 30.66% from 724); Blue value is 248 (97.27% from 255 or 34.25% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEF8 is #012107. Grayscale: #EAEAEA. Windows color (decimal): -73992 or 16310014. OLE color: 16310014.

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

Color convert

RGB254222248-
CMYK00.130.020.00
HSL311.25º94.12%93.33%-
HSV(B)311.25º12.6%99.61%-
XYZ83.9480.0999.84-
YUV234.53135.6141.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.08%
GREEN value IS 222 (87.11% from 255) = 30.66%
BLUE value IS 248 (97.27% from 255) = 34.25%
R=35.08%
G=30.66%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422224800.130.020.00311.2594.1293.33
HexFEDEF80D201375e5d
Octal37633637001520467136135
Binary1111111011011110111110000110110010011011110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEF8; }

 p { color: rgb(254,222,248); }

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

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

 a { background-color: rgb(254,222,248); }

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

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

 span { border-color: rgb(254,222,248); }

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