#FBE0FD

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

Shades of Selago #FBE0FD

Tints of Selago #FBE0FD

Color information

#FBE0FD (or 0xFBE0FD) is unknown color: approx Selago. HEX triplet: FB, E0 and FD. RGB value is (251,224,253). Sum of RGB (Red+Green+Blue) = 251+224+253=728 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.48% from 728); Green value is 224 (87.89% from 255 or 30.77% from 728); Blue value is 253 (99.22% from 255 or 34.75% from 728); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBE0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0FD is #041F02. Grayscale: #EBEBEB. Windows color (decimal): -270083 or 16638203. OLE color: 16638203.

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

Color convert

RGB251224253-
CMYK0.010.1100.01
HSL295.86º87.88%93.53%-
HSV(B)295.86º11.46%99.22%-
XYZ84.1780.91104.11-
YUV235.38137.95139.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.48%
GREEN value IS 224 (87.89% from 255) = 30.77%
BLUE value IS 253 (99.22% from 255) = 34.75%
R=34.48%
G=30.77%
B=34.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512242530.010.1100.01295.8687.8893.53
HexFBE0FD1B01128585e
Octal37334037511301450130136
Binary111110111110000011111101110110110010100010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0FD; }

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

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

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

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

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

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

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

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