#FDE8FA

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

Shades of Selago #FDE8FA

Tints of Selago #FDE8FA

Color information

#FDE8FA (or 0xFDE8FA) is unknown color: approx Selago. HEX triplet: FD, E8 and FA. RGB value is (253,232,250). Sum of RGB (Red+Green+Blue) = 253+232+250=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 232 (91.02% from 255 or 31.56% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE8FA is #021705. Grayscale: #F0F0F0. Windows color (decimal): -136966 or 16443645. OLE color: 16443645.

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

Color convert

RGB253232250-
CMYK00.080.010.01
HSL308.57º84%95.1%-
HSV(B)308.57º8.3%99.22%-
XYZ86.6285.5102.38-
YUV240.33133.46137.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.42%
GREEN value IS 232 (91.02% from 255) = 31.56%
BLUE value IS 250 (98.05% from 255) = 34.01%
R=34.42%
G=31.56%
B=34.01%

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
Decimal25323225000.080.010.01308.578495.1
HexFDE8FA0811135545f
Octal37535037201011465124137
Binary111111011110100011111010010001110011010110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE8FA; }

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

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

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

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

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

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

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

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