#FED2FB

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

Shades of Snuff #FED2FB

Tints of Snuff #FED2FB

Color information

#FED2FB (or 0xFED2FB) is unknown color: approx Snuff. HEX triplet: FE, D2 and FB. RGB value is (254,210,251). Sum of RGB (Red+Green+Blue) = 254+210+251=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 210 (82.42% from 255 or 29.37% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED2FB is #012D04. Grayscale: #E3E3E3. Windows color (decimal): -77061 or 16503550. OLE color: 16503550.

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

Color convert

RGB254210251-
CMYK00.170.010.00
HSL304.09º95.65%90.98%-
HSV(B)304.09º17.32%99.61%-
XYZ81.3374.13101.29-
YUV227.83141.08146.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.52%
GREEN value IS 210 (82.42% from 255) = 29.37%
BLUE value IS 251 (98.44% from 255) = 35.10%
R=35.52%
G=29.37%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421025100.170.010.00304.0995.6590.98
HexFED2FB01110130605b
Octal37632237302110460140133
Binary1111111011010010111110110100011010011000011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2FB; }

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

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

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

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

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

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

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

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