#FDE0FA

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

Shades of Selago #FDE0FA

Tints of Selago #FDE0FA

Color information

#FDE0FA (or 0xFDE0FA) is unknown color: approx Selago. HEX triplet: FD, E0 and FA. RGB value is (253,224,250). Sum of RGB (Red+Green+Blue) = 253+224+250=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 224 (87.89% from 255 or 30.81% from 727); Blue value is 250 (98.05% from 255 or 34.39% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE0FA is #021F05. Grayscale: #EBEBEB. Windows color (decimal): -139014 or 16441597. OLE color: 16441597.

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

Color convert

RGB253224250-
CMYK00.110.010.01
HSL306.21º87.88%93.53%-
HSV(B)306.21º11.46%99.22%-
XYZ84.4281.1101.65-
YUV235.64136.11140.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.80%
GREEN value IS 224 (87.89% from 255) = 30.81%
BLUE value IS 250 (98.05% from 255) = 34.39%
R=34.80%
G=30.81%
B=34.39%

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
Decimal25322425000.110.010.01306.2187.8893.53
HexFDE0FA0B11132585e
Octal37534037201311462130136
Binary111111011110000011111010010111110011001010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE0FA; }

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

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

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

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

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

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

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

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