#FDE7FA

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

Shades of Selago #FDE7FA

Tints of Selago #FDE7FA

Color information

#FDE7FA (or 0xFDE7FA) is unknown color: approx Selago. HEX triplet: FD, E7 and FA. RGB value is (253,231,250). Sum of RGB (Red+Green+Blue) = 253+231+250=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 231 (90.62% from 255 or 31.47% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7FA is #021805. Grayscale: #EFEFEF. Windows color (decimal): -137222 or 16443389. OLE color: 16443389.

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

Color convert

RGB253231250-
CMYK00.090.010.01
HSL308.18º84.62%94.9%-
HSV(B)308.18º8.7%99.22%-
XYZ86.3484.94102.29-
YUV239.74133.79137.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.47%
GREEN value IS 231 (90.62% from 255) = 31.47%
BLUE value IS 250 (98.05% from 255) = 34.06%
R=34.47%
G=31.47%
B=34.06%

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
Decimal25323125000.090.010.01308.1884.6294.9
HexFDE7FA0911134555f
Octal37534737201111464125137
Binary111111011110011111111010010011110011010010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE7FA; }

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

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

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

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

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

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

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

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