#FEDBF7

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

Shades of Snuff #FEDBF7

Tints of Snuff #FEDBF7

Color information

#FEDBF7 (or 0xFEDBF7) is unknown color: approx Snuff. HEX triplet: FE, DB and F7. RGB value is (254,219,247). Sum of RGB (Red+Green+Blue) = 254+219+247=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 219 (85.94% from 255 or 30.42% from 720); Blue value is 247 (96.88% from 255 or 34.31% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBF7 is #012408. Grayscale: #E8E8E8. Windows color (decimal): -74761 or 16243710. OLE color: 16243710.

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

Color convert

RGB254219247-
CMYK00.140.030.00
HSL312º94.59%92.75%-
HSV(B)312º13.78%99.61%-
XYZ82.9978.4598.76-
YUV232.66136.1143.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.28%
GREEN value IS 219 (85.94% from 255) = 30.42%
BLUE value IS 247 (96.88% from 255) = 34.31%
R=35.28%
G=30.42%
B=34.31%

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
Decimal25421924700.140.030.0031294.5992.75
HexFEDBF70E301385f5d
Octal37633336701630470137135
Binary1111111011011011111101110111011010011100010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBF7; }

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

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

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

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

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

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

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

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