#FEDBF8

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

Shades of Snuff #FEDBF8

Tints of Snuff #FEDBF8

Color information

#FEDBF8 (or 0xFEDBF8) is unknown color: approx Snuff. HEX triplet: FE, DB and F8. RGB value is (254,219,248). Sum of RGB (Red+Green+Blue) = 254+219+248=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 219 (85.94% from 255 or 30.37% from 721); Blue value is 248 (97.27% from 255 or 34.40% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBF8 is #012407. Grayscale: #E8E8E8. Windows color (decimal): -74760 or 16309246. OLE color: 16309246.

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

Color convert

RGB254219248-
CMYK00.140.020.00
HSL310.29º94.59%92.75%-
HSV(B)310.29º13.78%99.61%-
XYZ83.1578.5199.58-
YUV232.77136.6143.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.23%
GREEN value IS 219 (85.94% from 255) = 30.37%
BLUE value IS 248 (97.27% from 255) = 34.40%
R=35.23%
G=30.37%
B=34.40%

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
Decimal25421924800.140.020.00310.2994.5992.75
HexFEDBF80E201365f5d
Octal37633337001620466137135
Binary1111111011011011111110000111010010011011010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBF8; }

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

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

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

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

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

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

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

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