#FBE2FE

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

Shades of Selago #FBE2FE

Tints of Selago #FBE2FE

Color information

#FBE2FE (or 0xFBE2FE) is unknown color: approx Selago. HEX triplet: FB, E2 and FE. RGB value is (251,226,254). Sum of RGB (Red+Green+Blue) = 251+226+254=731 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.34% from 731); Green value is 226 (88.67% from 255 or 30.92% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBE2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE2FE is #041D01. Grayscale: #ECECEC. Windows color (decimal): -269570 or 16704251. OLE color: 16704251.

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

Color convert

RGB251226254-
CMYK0.010.1100.00
HSL293.57º93.33%94.12%-
HSV(B)293.57º11.02%99.61%-
XYZ84.8782.06105.13-
YUV236.67137.78138.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.34%
GREEN value IS 226 (88.67% from 255) = 30.92%
BLUE value IS 254 (99.61% from 255) = 34.75%
R=34.34%
G=30.92%
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.00
SystemRedGreenBlueCMYKHSL
Decimal2512262540.010.1100.00293.5793.3394.12
HexFBE2FE1B001265d5e
Octal37334237611300446135136
Binary111110111110001011111110110110010010011010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2FE; }

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

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

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

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

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

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

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

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