#FBE3FF

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

Shades of Selago #FBE3FF

Tints of Selago #FBE3FF

Color information

#FBE3FF (or 0xFBE3FF) is unknown color: approx Selago. HEX triplet: FB, E3 and FF. RGB value is (251,227,255). Sum of RGB (Red+Green+Blue) = 251+227+255=733 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.24% from 733); Green value is 227 (89.06% from 255 or 30.97% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBE3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE3FF is #041C00. Grayscale: #EDEDED. Windows color (decimal): -269313 or 16770043. OLE color: 16770043.

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

Color convert

RGB251227255-
CMYK0.020.1100
HSL291.43º100%94.51%-
HSV(B)291.43º10.98%100%-
XYZ85.382.67106.07-
YUV237.37137.95137.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.24%
GREEN value IS 227 (89.06% from 255) = 30.97%
BLUE value IS 255 (100% from 255) = 34.79%
R=34.24%
G=30.97%
B=34.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512272550.020.1100291.4310094.51
HexFBE3FF2B00123645f
Octal37334337721300443144137
Binary1111101111100011111111111010110010010001111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE3FF; }

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

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

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

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

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

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

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

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