#FED6FD

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

Shades of Selago #FED6FD

Tints of Selago #FED6FD

Color information

#FED6FD (or 0xFED6FD) is unknown color: approx Selago. HEX triplet: FE, D6 and FD. RGB value is (254,214,253). Sum of RGB (Red+Green+Blue) = 254+214+253=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 214 (83.98% from 255 or 29.68% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED6FD is #012902. Grayscale: #E6E6E6. Windows color (decimal): -76035 or 16635646. OLE color: 16635646.

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

Color convert

RGB254214253-
CMYK00.160.000.00
HSL301.5º95.24%91.76%-
HSV(B)301.5º15.75%99.61%-
XYZ82.6576.26103.29-
YUV230.41140.75144.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.23%
GREEN value IS 214 (83.98% from 255) = 29.68%
BLUE value IS 253 (99.22% from 255) = 35.09%
R=35.23%
G=29.68%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421425300.160.000.00301.595.2491.76
HexFED6FD0100012e5f5c
Octal37632637502000456137134
Binary1111111011010110111111010100000010010111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6FD; }

 p { color: rgb(254,214,253); }

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

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

 a { background-color: rgb(254,214,253); }

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

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

 span { border-color: rgb(254,214,253); }

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