#FBE2FF

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

Shades of Selago #FBE2FF

Tints of Selago #FBE2FF

Color information

#FBE2FF (or 0xFBE2FF) is unknown color: approx Selago. HEX triplet: FB, E2 and FF. RGB value is (251,226,255). Sum of RGB (Red+Green+Blue) = 251+226+255=732 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.29% from 732); Green value is 226 (88.67% from 255 or 30.87% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE2FF is #041D00. Grayscale: #ECECEC. Windows color (decimal): -269569 or 16769787. OLE color: 16769787.

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

Color convert

RGB251226255-
CMYK0.020.1100
HSL291.72º100%94.31%-
HSV(B)291.72º11.37%100%-
XYZ85.0382.12105.98-
YUV236.78138.28138.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.29%
GREEN value IS 226 (88.67% from 255) = 30.87%
BLUE value IS 255 (100% from 255) = 34.84%
R=34.29%
G=30.87%
B=34.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512262550.020.1100291.7210094.31
HexFBE2FF2B00124645e
Octal37334237721300444144136
Binary1111101111100010111111111010110010010010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2FF; }

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

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

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

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

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

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

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

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