#FDE7FB

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

Shades of Selago #FDE7FB

Tints of Selago #FDE7FB

Color information

#FDE7FB (or 0xFDE7FB) is unknown color: approx Selago. HEX triplet: FD, E7 and FB. RGB value is (253,231,251). Sum of RGB (Red+Green+Blue) = 253+231+251=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 231 (90.62% from 255 or 31.43% from 735); Blue value is 251 (98.44% from 255 or 34.15% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7FB is #021804. Grayscale: #EFEFEF. Windows color (decimal): -137221 or 16508925. OLE color: 16508925.

HSL color Cylindrical-coordinate representation of color #FDE7FB: hue angle of 305.45º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE7FB is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253231251-
CMYK00.090.010.01
HSL305.45º84.62%94.9%-
HSV(B)305.45º8.7%99.22%-
XYZ86.585103.11-
YUV239.86134.29137.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.42%
GREEN value IS 231 (90.62% from 255) = 31.43%
BLUE value IS 251 (98.44% from 255) = 34.15%
R=34.42%
G=31.43%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323125100.090.010.01305.4584.6294.9
HexFDE7FB0911131555f
Octal37534737301111461125137
Binary111111011110011111111011010011110011000110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE7FB; }

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

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

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

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

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

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

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

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