#FBE1FC

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

Shades of Selago #FBE1FC

Tints of Selago #FBE1FC

Color information

#FBE1FC (or 0xFBE1FC) is unknown color: approx Selago. HEX triplet: FB, E1 and FC. RGB value is (251,225,252). Sum of RGB (Red+Green+Blue) = 251+225+252=728 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.48% from 728); Green value is 225 (88.28% from 255 or 30.91% from 728); Blue value is 252 (98.83% from 255 or 34.62% from 728); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBE1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1FC is #041E03. Grayscale: #EBEBEB. Windows color (decimal): -269828 or 16572923. OLE color: 16572923.

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

Color convert

RGB251225252-
CMYK0.000.1100.01
HSL297.78º81.82%93.53%-
HSV(B)297.78º10.71%98.82%-
XYZ84.2881.39103.36-
YUV235.85137.11138.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.48%
GREEN value IS 225 (88.28% from 255) = 30.91%
BLUE value IS 252 (98.83% from 255) = 34.62%
R=34.48%
G=30.91%
B=34.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512252520.000.1100.01297.7881.8293.53
HexFBE1FC0B0112a525e
Octal37334137401301452122136
Binary111110111110000111111100010110110010101010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1FC; }

 p { color: rgb(251,225,252); }

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

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

 a { background-color: rgb(251,225,252); }

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

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

 span { border-color: rgb(251,225,252); }

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