#FDE8FB

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

Shades of Selago #FDE8FB

Tints of Selago #FDE8FB

Color information

#FDE8FB (or 0xFDE8FB) is unknown color: approx Selago. HEX triplet: FD, E8 and FB. RGB value is (253,232,251). Sum of RGB (Red+Green+Blue) = 253+232+251=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 232 (91.02% from 255 or 31.52% from 736); Blue value is 251 (98.44% from 255 or 34.10% from 736); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE8FB is #021704. Grayscale: #F0F0F0. Windows color (decimal): -136965 or 16509181. OLE color: 16509181.

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

Color convert

RGB253232251-
CMYK00.080.010.01
HSL305.71º84%95.1%-
HSV(B)305.71º8.3%99.22%-
XYZ86.7885.56103.21-
YUV240.44133.96136.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.38%
GREEN value IS 232 (91.02% from 255) = 31.52%
BLUE value IS 251 (98.44% from 255) = 34.10%
R=34.38%
G=31.52%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323225100.080.010.01305.718495.1
HexFDE8FB0811132545f
Octal37535037301011462124137
Binary111111011110100011111011010001110011001010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE8FB; }

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

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

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

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

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

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

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

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