#FBE3FE

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

Shades of Selago #FBE3FE

Tints of Selago #FBE3FE

Color information

#FBE3FE (or 0xFBE3FE) is unknown color: approx Selago. HEX triplet: FB, E3 and FE. RGB value is (251,227,254). Sum of RGB (Red+Green+Blue) = 251+227+254=732 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.29% from 732); Green value is 227 (89.06% from 255 or 31.01% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBE3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE3FE is #041C01. Grayscale: #EDEDED. Windows color (decimal): -269314 or 16704507. OLE color: 16704507.

HSL color Cylindrical-coordinate representation of color #FBE3FE: hue angle of 293.33º 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 #FBE3FE is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB251227254-
CMYK0.010.1100.00
HSL293.33º93.1%94.31%-
HSV(B)293.33º10.63%99.61%-
XYZ85.1482.6105.22-
YUV237.25137.45137.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.29%
GREEN value IS 227 (89.06% from 255) = 31.01%
BLUE value IS 254 (99.61% from 255) = 34.70%
R=34.29%
G=31.01%
B=34.70%

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
Decimal2512272540.010.1100.00293.3393.194.31
HexFBE3FE1B001255d5e
Octal37334337611300445135136
Binary111110111110001111111110110110010010010110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE3FE; }

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

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

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

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

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

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

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

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