#FED2FF

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

Shades of Snuff #FED2FF

Tints of Snuff #FED2FF

Color information

#FED2FF (or 0xFED2FF) is unknown color: approx Snuff. HEX triplet: FE, D2 and FF. RGB value is (254,210,255). Sum of RGB (Red+Green+Blue) = 254+210+255=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 210 (82.42% from 255 or 29.21% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #FED2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED2FF is #012D00. Grayscale: #E4E4E4. Windows color (decimal): -77057 or 16765694. OLE color: 16765694.

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

Color convert

RGB254210255-
CMYK0.000.1800
HSL298.67º100%91.18%-
HSV(B)298.67º17.65%100%-
XYZ81.9774.38104.65-
YUV228.29143.08146.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.33%
GREEN value IS 210 (82.42% from 255) = 29.21%
BLUE value IS 255 (100% from 255) = 35.47%
R=35.33%
G=29.21%
B=35.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542102550.000.1800298.6710091.18
HexFED2FF0120012b645b
Octal37632237702200453144133
Binary1111111011010010111111110100100010010101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2FF; }

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

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

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

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

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

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

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

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