#FBE5FF

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

Shades of Selago #FBE5FF

Tints of Selago #FBE5FF

Color information

#FBE5FF (or 0xFBE5FF) is unknown color: approx Selago. HEX triplet: FB, E5 and FF. RGB value is (251,229,255). Sum of RGB (Red+Green+Blue) = 251+229+255=735 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.15% from 735); Green value is 229 (89.84% from 255 or 31.16% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBE5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5FF is #041A00. Grayscale: #EEEEEE. Windows color (decimal): -268801 or 16770555. OLE color: 16770555.

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

Color convert

RGB251229255-
CMYK0.020.1000
HSL290.77º100%94.9%-
HSV(B)290.77º10.2%100%-
XYZ85.8583.77106.25-
YUV238.54137.29136.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.15%
GREEN value IS 229 (89.84% from 255) = 31.16%
BLUE value IS 255 (100% from 255) = 34.69%
R=34.15%
G=31.16%
B=34.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512292550.020.1000290.7710094.9
HexFBE5FF2A00123645f
Octal37334537721200443144137
Binary1111101111100101111111111010100010010001111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE5FF; }

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

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

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

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

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

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

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

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