#FDE4FA

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

Shades of Selago #FDE4FA

Tints of Selago #FDE4FA

Color information

#FDE4FA (or 0xFDE4FA) is unknown color: approx Selago. HEX triplet: FD, E4 and FA. RGB value is (253,228,250). Sum of RGB (Red+Green+Blue) = 253+228+250=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 228 (89.45% from 255 or 31.19% from 731); Blue value is 250 (98.05% from 255 or 34.20% from 731); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE4FA is #021B05. Grayscale: #EDEDED. Windows color (decimal): -137990 or 16442621. OLE color: 16442621.

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

Color convert

RGB253228250-
CMYK00.100.010.01
HSL307.2º86.21%94.31%-
HSV(B)307.2º9.88%99.22%-
XYZ85.5183.27102.01-
YUV237.98134.78138.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.61%
GREEN value IS 228 (89.45% from 255) = 31.19%
BLUE value IS 250 (98.05% from 255) = 34.20%
R=34.61%
G=31.19%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322825000.100.010.01307.286.2194.31
HexFDE4FA0A11133565e
Octal37534437201211463126136
Binary111111011110010011111010010101110011001110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4FA; }

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

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

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

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

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

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

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

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