#FDE1FB

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

Shades of Selago #FDE1FB

Tints of Selago #FDE1FB

Color information

#FDE1FB (or 0xFDE1FB) is unknown color: approx Selago. HEX triplet: FD, E1 and FB. RGB value is (253,225,251). Sum of RGB (Red+Green+Blue) = 253+225+251=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 225 (88.28% from 255 or 30.86% from 729); Blue value is 251 (98.44% from 255 or 34.43% from 729); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1FB is #021E04. Grayscale: #ECECEC. Windows color (decimal): -138757 or 16507389. OLE color: 16507389.

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

Color convert

RGB253225251-
CMYK00.110.010.01
HSL304.29º87.5%93.73%-
HSV(B)304.29º11.07%99.22%-
XYZ84.8581.7102.56-
YUV236.34136.28139.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.71%
GREEN value IS 225 (88.28% from 255) = 30.86%
BLUE value IS 251 (98.44% from 255) = 34.43%
R=34.71%
G=30.86%
B=34.43%

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
Decimal25322525100.110.010.01304.2987.593.73
HexFDE1FB0B11130585e
Octal37534137301311460130136
Binary111111011110000111111011010111110011000010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1FB; }

 p { color: rgb(253,225,251); }

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

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

 a { background-color: rgb(253,225,251); }

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

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

 span { border-color: rgb(253,225,251); }

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