#FED7FB

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

Shades of Snuff #FED7FB

Tints of Snuff #FED7FB

Color information

#FED7FB (or 0xFED7FB) is unknown color: approx Snuff. HEX triplet: FE, D7 and FB. RGB value is (254,215,251). Sum of RGB (Red+Green+Blue) = 254+215+251=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 215 (84.38% from 255 or 29.86% from 720); Blue value is 251 (98.44% from 255 or 34.86% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7FB is #012804. Grayscale: #E6E6E6. Windows color (decimal): -75781 or 16504830. OLE color: 16504830.

HSL color Cylindrical-coordinate representation of color #FED7FB: hue angle of 304.62º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED7FB is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB254215251-
CMYK00.150.010.00
HSL304.62º95.12%91.96%-
HSV(B)304.62º15.35%99.61%-
XYZ82.5976.64101.71-
YUV230.76139.42144.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.28%
GREEN value IS 215 (84.38% from 255) = 29.86%
BLUE value IS 251 (98.44% from 255) = 34.86%
R=35.28%
G=29.86%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421525100.150.010.00304.6295.1291.96
HexFED7FB0F101315f5c
Octal37632737301710461137134
Binary111111101101011111111011011111010011000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7FB; }

 p { color: rgb(254,215,251); }

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

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

 a { background-color: rgb(254,215,251); }

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

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

 span { border-color: rgb(254,215,251); }

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