#FDE0FF

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

Shades of Selago #FDE0FF

Tints of Selago #FDE0FF

Color information

#FDE0FF (or 0xFDE0FF) is unknown color: approx Selago. HEX triplet: FD, E0 and FF. RGB value is (253,224,255). Sum of RGB (Red+Green+Blue) = 253+224+255=732 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.56% from 732); Green value is 224 (87.89% from 255 or 30.60% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE0FF is #021F00. Grayscale: #ECECEC. Windows color (decimal): -139009 or 16769277. OLE color: 16769277.

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

Color convert

RGB253224255-
CMYK0.010.1200
HSL296.13º100%93.92%-
HSV(B)296.13º12.16%100%-
XYZ85.2181.41105.83-
YUV236.2138.61139.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.56%
GREEN value IS 224 (87.89% from 255) = 30.60%
BLUE value IS 255 (100% from 255) = 34.84%
R=34.56%
G=30.60%
B=34.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532242550.010.1200296.1310093.92
HexFDE0FF1C00128645e
Octal37534037711400450144136
Binary111111011110000011111111111000010010100011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE0FF; }

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

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

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

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

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

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

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

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