#FEDCF8

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

Shades of Snuff #FEDCF8

Tints of Snuff #FEDCF8

Color information

#FEDCF8 (or 0xFEDCF8) is unknown color: approx Snuff. HEX triplet: FE, DC and F8. RGB value is (254,220,248). Sum of RGB (Red+Green+Blue) = 254+220+248=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 220 (86.33% from 255 or 30.47% from 722); Blue value is 248 (97.27% from 255 or 34.35% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCF8 is #012307. Grayscale: #E9E9E9. Windows color (decimal): -74504 or 16309502. OLE color: 16309502.

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

Color convert

RGB254220248-
CMYK00.130.020.00
HSL310.59º94.44%92.94%-
HSV(B)310.59º13.39%99.61%-
XYZ83.4179.0399.67-
YUV233.36136.26142.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.18%
GREEN value IS 220 (86.33% from 255) = 30.47%
BLUE value IS 248 (97.27% from 255) = 34.35%
R=35.18%
G=30.47%
B=34.35%

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
Decimal25422024800.130.020.00310.5994.4492.94
HexFEDCF80D201375e5d
Octal37633437001520467136135
Binary1111111011011100111110000110110010011011110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCF8; }

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

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

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

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

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

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

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

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