#FDE1FA

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

Shades of Selago #FDE1FA

Tints of Selago #FDE1FA

Color information

#FDE1FA (or 0xFDE1FA) is unknown color: approx Selago. HEX triplet: FD, E1 and FA. RGB value is (253,225,250). Sum of RGB (Red+Green+Blue) = 253+225+250=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 225 (88.28% from 255 or 30.91% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1FA is #021E05. Grayscale: #ECECEC. Windows color (decimal): -138758 or 16441853. OLE color: 16441853.

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

Color convert

RGB253225250-
CMYK00.110.010.01
HSL306.43º87.5%93.73%-
HSV(B)306.43º11.07%99.22%-
XYZ84.6981.64101.74-
YUV236.22135.78139.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.75%
GREEN value IS 225 (88.28% from 255) = 30.91%
BLUE value IS 250 (98.05% from 255) = 34.34%
R=34.75%
G=30.91%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322525000.110.010.01306.4387.593.73
HexFDE1FA0B11132585e
Octal37534137201311462130136
Binary111111011110000111111010010111110011001010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1FA; }

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

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

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

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

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

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

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

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