#FED1FA

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

Shades of Snuff #FED1FA

Tints of Snuff #FED1FA

Color information

#FED1FA (or 0xFED1FA) is unknown color: approx Snuff. HEX triplet: FE, D1 and FA. RGB value is (254,209,250). Sum of RGB (Red+Green+Blue) = 254+209+250=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 209 (82.03% from 255 or 29.31% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED1FA is #012E05. Grayscale: #E3E3E3. Windows color (decimal): -77318 or 16437758. OLE color: 16437758.

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

Color convert

RGB254209250-
CMYK00.180.020.00
HSL305.33º95.74%90.78%-
HSV(B)305.33º17.72%99.61%-
XYZ80.9373.57100.38-
YUV227.13140.91147.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.62%
GREEN value IS 209 (82.03% from 255) = 29.31%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=35.62%
G=29.31%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420925000.180.020.00305.3395.7490.78
HexFED1FA01220131605b
Octal37632137202220461140133
Binary11111110110100011111101001001010010011000111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED1FA; }

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

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

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

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

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

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

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

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