#FBE8FC

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

Shades of Selago #FBE8FC

Tints of Selago #FBE8FC

Color information

#FBE8FC (or 0xFBE8FC) is unknown color: approx Selago. HEX triplet: FB, E8 and FC. RGB value is (251,232,252). Sum of RGB (Red+Green+Blue) = 251+232+252=735 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.15% from 735); Green value is 232 (91.02% from 255 or 31.56% from 735); Blue value is 252 (98.83% from 255 or 34.29% from 735); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBE8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE8FC is #041703. Grayscale: #EFEFEF. Windows color (decimal): -268036 or 16574715. OLE color: 16574715.

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

Color convert

RGB251232252-
CMYK0.000.0800.01
HSL297º76.92%94.9%-
HSV(B)297º7.94%98.82%-
XYZ86.2185.25104.01-
YUV239.96134.79135.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.15%
GREEN value IS 232 (91.02% from 255) = 31.56%
BLUE value IS 252 (98.83% from 255) = 34.29%
R=34.15%
G=31.56%
B=34.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512322520.000.0800.0129776.9294.9
HexFBE8FC08011294d5f
Octal37335037401001451115137
Binary111110111110100011111100010000110010100110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE8FC; }

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

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

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

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

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

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

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

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