#FBEBFE

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

Shades of Selago #FBEBFE

Tints of Selago #FBEBFE

Color information

#FBEBFE (or 0xFBEBFE) is unknown color: approx Selago. HEX triplet: FB, EB and FE. RGB value is (251,235,254). Sum of RGB (Red+Green+Blue) = 251+235+254=740 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.92% from 740); Green value is 235 (92.19% from 255 or 31.76% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBEBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEBFE is #041401. Grayscale: #F1F1F1. Windows color (decimal): -267266 or 16706555. OLE color: 16706555.

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

Color convert

RGB251235254-
CMYK0.010.0700.00
HSL290.53º90.48%95.88%-
HSV(B)290.53º7.48%99.61%-
XYZ87.3887.08105.97-
YUV241.95134.8134.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.92%
GREEN value IS 235 (92.19% from 255) = 31.76%
BLUE value IS 254 (99.61% from 255) = 34.32%
R=33.92%
G=31.76%
B=34.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512352540.010.0700.00290.5390.4895.88
HexFBEBFE17001235a60
Octal3733533761700443132140
Binary11111011111010111111111011110010010001110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEBFE; }

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

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

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

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

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

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

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

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