#FBE2FA

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

Shades of Selago #FBE2FA

Tints of Selago #FBE2FA

Color information

#FBE2FA (or 0xFBE2FA) is unknown color: approx Selago. HEX triplet: FB, E2 and FA. RGB value is (251,226,250). Sum of RGB (Red+Green+Blue) = 251+226+250=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 226 (88.67% from 255 or 31.09% from 727); Blue value is 250 (98.05% from 255 or 34.39% from 727); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE2FA is #041D05. Grayscale: #ECECEC. Windows color (decimal): -269574 or 16442107. OLE color: 16442107.

HSL color Cylindrical-coordinate representation of color #FBE2FA: hue angle of 302.4º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE2FA is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB251226250-
CMYK00.100.000.02
HSL302.4º75.76%93.53%-
HSV(B)302.4º9.96%98.43%-
XYZ84.2481.8101.79-
YUV236.21135.78138.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.53%
GREEN value IS 226 (88.67% from 255) = 31.09%
BLUE value IS 250 (98.05% from 255) = 34.39%
R=34.53%
G=31.09%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122625000.100.000.02302.475.7693.53
HexFBE2FA0A0212e4c5e
Octal37334237201202456114136
Binary1111101111100010111110100101001010010111010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2FA; }

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

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

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

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

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

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

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

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