#FEDBF6

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

Shades of Snuff #FEDBF6

Tints of Snuff #FEDBF6

Color information

#FEDBF6 (or 0xFEDBF6) is unknown color: approx Snuff. HEX triplet: FE, DB and F6. RGB value is (254,219,246). Sum of RGB (Red+Green+Blue) = 254+219+246=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 219 (85.94% from 255 or 30.46% from 719); Blue value is 246 (96.48% from 255 or 34.21% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBF6 is #012409. Grayscale: #E8E8E8. Windows color (decimal): -74762 or 16178174. OLE color: 16178174.

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

Color convert

RGB254219246-
CMYK00.140.030.00
HSL313.71º94.59%92.75%-
HSV(B)313.71º13.78%99.61%-
XYZ82.8478.3997.95-
YUV232.54135.6143.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.33%
GREEN value IS 219 (85.94% from 255) = 30.46%
BLUE value IS 246 (96.48% from 255) = 34.21%
R=35.33%
G=30.46%
B=34.21%

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
Decimal25421924600.140.030.00313.7194.5992.75
HexFEDBF60E3013a5f5d
Octal37633336601630472137135
Binary1111111011011011111101100111011010011101010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBF6; }

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

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

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

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

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

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

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

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