#FDE5FA

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

Shades of Selago #FDE5FA

Tints of Selago #FDE5FA

Color information

#FDE5FA (or 0xFDE5FA) is unknown color: approx Selago. HEX triplet: FD, E5 and FA. RGB value is (253,229,250). Sum of RGB (Red+Green+Blue) = 253+229+250=732 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.56% from 732); Green value is 229 (89.84% from 255 or 31.28% from 732); Blue value is 250 (98.05% from 255 or 34.15% from 732); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE5FA is #021A05. Grayscale: #EEEEEE. Windows color (decimal): -137734 or 16442877. OLE color: 16442877.

HSL color Cylindrical-coordinate representation of color #FDE5FA: hue angle of 307.5º degrees, saturation: 0.86, 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 #FDE5FA is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253229250-
CMYK00.090.010.01
HSL307.5º85.71%94.51%-
HSV(B)307.5º9.49%99.22%-
XYZ85.7883.82102.1-
YUV238.57134.45138.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.56%
GREEN value IS 229 (89.84% from 255) = 31.28%
BLUE value IS 250 (98.05% from 255) = 34.15%
R=34.56%
G=31.28%
B=34.15%

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
Decimal25322925000.090.010.01307.585.7194.51
HexFDE5FA0911134565f
Octal37534537201111464126137
Binary111111011110010111111010010011110011010010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE5FA; }

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

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

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

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

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

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

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

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