#FBE0FB

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

Shades of Selago #FBE0FB

Tints of Selago #FBE0FB

Color information

#FBE0FB (or 0xFBE0FB) is unknown color: approx Selago. HEX triplet: FB, E0 and FB. RGB value is (251,224,251). Sum of RGB (Red+Green+Blue) = 251+224+251=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 224 (87.89% from 255 or 30.85% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBE0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0FB is #041F04. Grayscale: #EBEBEB. Windows color (decimal): -270085 or 16507131. OLE color: 16507131.

HSL color Cylindrical-coordinate representation of color #FBE0FB: hue angle of 300º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBE0FB is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB251224251-
CMYK00.1100.02
HSL300º77.14%93.14%-
HSV(B)300º10.76%98.43%-
XYZ83.8580.79102.44-
YUV235.15136.95139.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.57%
GREEN value IS 224 (87.89% from 255) = 30.85%
BLUE value IS 251 (98.44% from 255) = 34.57%
R=34.57%
G=30.85%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122425100.1100.0230077.1493.14
HexFBE0FB0B0212c4d5d
Octal37334037301302454115135
Binary1111101111100000111110110101101010010110010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0FB; }

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

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

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

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

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

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

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

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