#FBE1FE

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

Shades of Selago #FBE1FE

Tints of Selago #FBE1FE

Color information

#FBE1FE (or 0xFBE1FE) is unknown color: approx Selago. HEX triplet: FB, E1 and FE. RGB value is (251,225,254). Sum of RGB (Red+Green+Blue) = 251+225+254=730 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.38% from 730); Green value is 225 (88.28% from 255 or 30.82% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBE1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1FE is #041E01. Grayscale: #EBEBEB. Windows color (decimal): -269826 or 16703995. OLE color: 16703995.

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

Color convert

RGB251225254-
CMYK0.010.1100.00
HSL293.79º93.55%93.92%-
HSV(B)293.79º11.42%99.61%-
XYZ84.681.52105.04-
YUV236.08138.11138.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.38%
GREEN value IS 225 (88.28% from 255) = 30.82%
BLUE value IS 254 (99.61% from 255) = 34.79%
R=34.38%
G=30.82%
B=34.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512252540.010.1100.00293.7993.5593.92
HexFBE1FE1B001265e5e
Octal37334137611300446136136
Binary111110111110000111111110110110010010011010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1FE; }

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

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

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

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

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

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

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

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