#FDE9FA

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

Shades of Selago #FDE9FA

Tints of Selago #FDE9FA

Color information

#FDE9FA (or 0xFDE9FA) is unknown color: approx Selago. HEX triplet: FD, E9 and FA. RGB value is (253,233,250). Sum of RGB (Red+Green+Blue) = 253+233+250=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 233 (91.41% from 255 or 31.66% from 736); Blue value is 250 (98.05% from 255 or 33.97% from 736); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE9FA is #021605. Grayscale: #F0F0F0. Windows color (decimal): -136710 or 16443901. OLE color: 16443901.

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

Color convert

RGB253233250-
CMYK00.080.010.01
HSL309º83.33%95.29%-
HSV(B)309º7.91%99.22%-
XYZ86.986.06102.47-
YUV240.92133.13136.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.38%
GREEN value IS 233 (91.41% from 255) = 31.66%
BLUE value IS 250 (98.05% from 255) = 33.97%
R=34.38%
G=31.66%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323325000.080.010.0130983.3395.29
HexFDE9FA0811135535f
Octal37535137201011465123137
Binary111111011110100111111010010001110011010110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE9FA; }

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

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

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

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

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

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

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

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