#FBEBFC

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

Shades of Selago #FBEBFC

Tints of Selago #FBEBFC

Color information

#FBEBFC (or 0xFBEBFC) is unknown color: approx Selago. HEX triplet: FB, EB and FC. RGB value is (251,235,252). Sum of RGB (Red+Green+Blue) = 251+235+252=738 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.01% from 738); Green value is 235 (92.19% from 255 or 31.84% from 738); Blue value is 252 (98.83% from 255 or 34.15% from 738); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBEBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEBFC is #041403. Grayscale: #F1F1F1. Windows color (decimal): -267268 or 16575483. OLE color: 16575483.

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

Color convert

RGB251235252-
CMYK0.000.0700.01
HSL296.47º73.91%95.49%-
HSV(B)296.47º6.75%98.82%-
XYZ87.0686.95104.29-
YUV241.72133.8134.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.01%
GREEN value IS 235 (92.19% from 255) = 31.84%
BLUE value IS 252 (98.83% from 255) = 34.15%
R=34.01%
G=31.84%
B=34.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512352520.000.0700.01296.4773.9195.49
HexFBEBFC07011284a5f
Octal3733533740701450112137
Binary11111011111010111111110001110110010100010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEBFC; }

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

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

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

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

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

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

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

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