#FDE6FA

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

Shades of Selago #FDE6FA

Tints of Selago #FDE6FA

Color information

#FDE6FA (or 0xFDE6FA) is unknown color: approx Selago. HEX triplet: FD, E6 and FA. RGB value is (253,230,250). Sum of RGB (Red+Green+Blue) = 253+230+250=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 230 (90.23% from 255 or 31.38% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE6FA is #021905. Grayscale: #EFEFEF. Windows color (decimal): -137478 or 16443133. OLE color: 16443133.

HSL color Cylindrical-coordinate representation of color #FDE6FA: hue angle of 307.83º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE6FA is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253230250-
CMYK00.090.010.01
HSL307.83º85.19%94.71%-
HSV(B)307.83º9.09%99.22%-
XYZ86.0684.38102.19-
YUV239.16134.12137.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.52%
GREEN value IS 230 (90.23% from 255) = 31.38%
BLUE value IS 250 (98.05% from 255) = 34.11%
R=34.52%
G=31.38%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323025000.090.010.01307.8385.1994.71
HexFDE6FA0911134555f
Octal37534637201111464125137
Binary111111011110011011111010010011110011010010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE6FA; }

 p { color: rgb(253,230,250); }

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

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

 a { background-color: rgb(253,230,250); }

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

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

 span { border-color: rgb(253,230,250); }

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