#FDE0FE

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

Shades of Selago #FDE0FE

Tints of Selago #FDE0FE

Color information

#FDE0FE (or 0xFDE0FE) is unknown color: approx Selago. HEX triplet: FD, E0 and FE. RGB value is (253,224,254). Sum of RGB (Red+Green+Blue) = 253+224+254=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 224 (87.89% from 255 or 30.64% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE0FE is #021F01. Grayscale: #ECECEC. Windows color (decimal): -139010 or 16703741. OLE color: 16703741.

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

Color convert

RGB253224254-
CMYK0.000.1200.00
HSL298º93.75%93.73%-
HSV(B)298º11.81%99.61%-
XYZ85.0581.35104.99-
YUV236.09138.11140.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.61%
GREEN value IS 224 (87.89% from 255) = 30.64%
BLUE value IS 254 (99.61% from 255) = 34.75%
R=34.61%
G=30.64%
B=34.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532242540.000.1200.0029893.7593.73
HexFDE0FE0C0012a5e5e
Octal37534037601400452136136
Binary111111011110000011111110011000010010101010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE0FE; }

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

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

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

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

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

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

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

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