#FBE9FC

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

Shades of Selago #FBE9FC

Tints of Selago #FBE9FC

Color information

#FBE9FC (or 0xFBE9FC) is unknown color: approx Selago. HEX triplet: FB, E9 and FC. RGB value is (251,233,252). Sum of RGB (Red+Green+Blue) = 251+233+252=736 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.10% from 736); Green value is 233 (91.41% from 255 or 31.66% from 736); Blue value is 252 (98.83% from 255 or 34.24% from 736); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBE9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE9FC is #041603. Grayscale: #F0F0F0. Windows color (decimal): -267780 or 16574971. OLE color: 16574971.

HSL color Cylindrical-coordinate representation of color #FBE9FC: hue angle of 296.84º degrees, saturation: 0.76, 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 #FBE9FC is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251233252-
CMYK0.000.0800.01
HSL296.84º76%95.1%-
HSV(B)296.84º7.54%98.82%-
XYZ86.4985.82104.1-
YUV240.55134.46135.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.10%
GREEN value IS 233 (91.41% from 255) = 31.66%
BLUE value IS 252 (98.83% from 255) = 34.24%
R=34.10%
G=31.66%
B=34.24%

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
Decimal2512332520.000.0800.01296.847695.1
HexFBE9FC08011294c5f
Octal37335137401001451114137
Binary111110111110100111111100010000110010100110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE9FC; }

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

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

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

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

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

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

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

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