#FEDBF9

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

Shades of Snuff #FEDBF9

Tints of Snuff #FEDBF9

Color information

#FEDBF9 (or 0xFEDBF9) is unknown color: approx Snuff. HEX triplet: FE, DB and F9. RGB value is (254,219,249). Sum of RGB (Red+Green+Blue) = 254+219+249=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 219 (85.94% from 255 or 30.33% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBF9 is #012406. Grayscale: #E8E8E8. Windows color (decimal): -74759 or 16374782. OLE color: 16374782.

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

Color convert

RGB254219249-
CMYK00.140.020.00
HSL308.57º94.59%92.75%-
HSV(B)308.57º13.78%99.61%-
XYZ83.378.57100.4-
YUV232.88137.1143.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.18%
GREEN value IS 219 (85.94% from 255) = 30.33%
BLUE value IS 249 (97.66% from 255) = 34.49%
R=35.18%
G=30.33%
B=34.49%

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
Decimal25421924900.140.020.00308.5794.5992.75
HexFEDBF90E201355f5d
Octal37633337101620465137135
Binary1111111011011011111110010111010010011010110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBF9; }

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

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

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

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

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

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

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

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