#FBE1FF

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

Shades of Selago #FBE1FF

Tints of Selago #FBE1FF

Color information

#FBE1FF (or 0xFBE1FF) is unknown color: approx Selago. HEX triplet: FB, E1 and FF. RGB value is (251,225,255). Sum of RGB (Red+Green+Blue) = 251+225+255=731 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.34% from 731); Green value is 225 (88.28% from 255 or 30.78% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBE1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1FF is #041E00. Grayscale: #ECECEC. Windows color (decimal): -269825 or 16769531. OLE color: 16769531.

HSL color Cylindrical-coordinate representation of color #FBE1FF: hue angle of 292º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBE1FF is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB251225255-
CMYK0.020.1200
HSL292º100%94.12%-
HSV(B)292º11.76%100%-
XYZ84.7681.58105.89-
YUV236.19138.61138.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.34%
GREEN value IS 225 (88.28% from 255) = 30.78%
BLUE value IS 255 (100% from 255) = 34.88%
R=34.34%
G=30.78%
B=34.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512252550.020.120029210094.12
HexFBE1FF2C00124645e
Octal37334137721400444144136
Binary1111101111100001111111111011000010010010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1FF; }

 p { color: rgb(251,225,255); }

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

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

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

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

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

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

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