#FDE6FB

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

Shades of Selago #FDE6FB

Tints of Selago #FDE6FB

Color information

#FDE6FB (or 0xFDE6FB) is unknown color: approx Selago. HEX triplet: FD, E6 and FB. RGB value is (253,230,251). Sum of RGB (Red+Green+Blue) = 253+230+251=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 230 (90.23% from 255 or 31.34% from 734); Blue value is 251 (98.44% from 255 or 34.20% from 734); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE6FB is #021904. Grayscale: #EFEFEF. Windows color (decimal): -137477 or 16508669. OLE color: 16508669.

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

Color convert

RGB253230251-
CMYK00.090.010.01
HSL305.22º85.19%94.71%-
HSV(B)305.22º9.09%99.22%-
XYZ86.2284.44103.02-
YUV239.27134.62137.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.47%
GREEN value IS 230 (90.23% from 255) = 31.34%
BLUE value IS 251 (98.44% from 255) = 34.20%
R=34.47%
G=31.34%
B=34.20%

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
Decimal25323025100.090.010.01305.2285.1994.71
HexFDE6FB0911131555f
Octal37534637301111461125137
Binary111111011110011011111011010011110011000110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE6FB; }

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

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

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

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

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

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

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

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