#FED5FA

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

Shades of Snuff #FED5FA

Tints of Snuff #FED5FA

Color information

#FED5FA (or 0xFED5FA) is unknown color: approx Snuff. HEX triplet: FE, D5 and FA. RGB value is (254,213,250). Sum of RGB (Red+Green+Blue) = 254+213+250=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 213 (83.59% from 255 or 29.71% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED5FA is #012A05. Grayscale: #E5E5E5. Windows color (decimal): -76294 or 16438782. OLE color: 16438782.

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

Color convert

RGB254213250-
CMYK00.160.020.00
HSL305.85º95.35%91.57%-
HSV(B)305.85º16.14%99.61%-
XYZ81.9275.56100.71-
YUV229.48139.58145.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 213 (83.59% from 255) = 29.71%
BLUE value IS 250 (98.05% from 255) = 34.87%
R=35.43%
G=29.71%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421325000.160.020.00305.8595.3591.57
HexFED5FA010201325f5c
Octal37632537202020462137134
Binary11111110110101011111101001000010010011001010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED5FA; }

 p { color: rgb(254,213,250); }

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

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

 a { background-color: rgb(254,213,250); }

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

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

 span { border-color: rgb(254,213,250); }

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