#FBEDFD

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

Shades of Selago #FBEDFD

Tints of Selago #FBEDFD

Color information

#FBEDFD (or 0xFBEDFD) is unknown color: approx Selago. HEX triplet: FB, ED and FD. RGB value is (251,237,253). Sum of RGB (Red+Green+Blue) = 251+237+253=741 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.87% from 741); Green value is 237 (92.97% from 255 or 31.98% from 741); Blue value is 253 (99.22% from 255 or 34.14% from 741); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEDFD is #041202. Grayscale: #F2F2F2. Windows color (decimal): -266755 or 16641531. OLE color: 16641531.

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

Color convert

RGB251237253-
CMYK0.010.0600.01
HSL292.5º80%96.08%-
HSV(B)292.5º6.32%99.22%-
XYZ87.888.17105.32-
YUV243.01133.64133.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.87%
GREEN value IS 237 (92.97% from 255) = 31.98%
BLUE value IS 253 (99.22% from 255) = 34.14%
R=33.87%
G=31.98%
B=34.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512372530.010.0600.01292.58096.08
HexFBEDFD16011245060
Octal3733553751601444120140
Binary11111011111011011111110111100110010010010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDFD; }

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

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

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

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

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

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

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

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