#FED0FF

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

Shades of Snuff #FED0FF

Tints of Snuff #FED0FF

Color information

#FED0FF (or 0xFED0FF) is unknown color: approx Snuff. HEX triplet: FE, D0 and FF. RGB value is (254,208,255). Sum of RGB (Red+Green+Blue) = 254+208+255=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 208 (81.64% from 255 or 29.01% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #FED0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0FF is #012F00. Grayscale: #E2E2E2. Windows color (decimal): -77569 or 16765182. OLE color: 16765182.

HSL color Cylindrical-coordinate representation of color #FED0FF: hue angle of 298.72º 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 #FED0FF is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB254208255-
CMYK0.000.1800
HSL298.72º100%90.78%-
HSV(B)298.72º18.43%100%-
XYZ81.4873.4104.48-
YUV227.11143.74147.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 208 (81.64% from 255) = 29.01%
BLUE value IS 255 (100% from 255) = 35.56%
R=35.43%
G=29.01%
B=35.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542082550.000.1800298.7210090.78
HexFED0FF0120012b645b
Octal37632037702200453144133
Binary1111111011010000111111110100100010010101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0FF; }

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

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

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

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

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

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

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

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