#FBE4FE

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

Shades of Selago #FBE4FE

Tints of Selago #FBE4FE

Color information

#FBE4FE (or 0xFBE4FE) is unknown color: approx Selago. HEX triplet: FB, E4 and FE. RGB value is (251,228,254). Sum of RGB (Red+Green+Blue) = 251+228+254=733 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.24% from 733); Green value is 228 (89.45% from 255 or 31.11% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBE4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE4FE is #041B01. Grayscale: #EDEDED. Windows color (decimal): -269058 or 16704763. OLE color: 16704763.

HSL color Cylindrical-coordinate representation of color #FBE4FE: hue angle of 293.08º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE4FE is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB251228254-
CMYK0.010.1000.00
HSL293.08º92.86%94.51%-
HSV(B)293.08º10.24%99.61%-
XYZ85.4283.15105.31-
YUV237.84137.12137.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.24%
GREEN value IS 228 (89.45% from 255) = 31.11%
BLUE value IS 254 (99.61% from 255) = 34.65%
R=34.24%
G=31.11%
B=34.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512282540.010.1000.00293.0892.8694.51
HexFBE4FE1A001255d5f
Octal37334437611200445135137
Binary111110111110010011111110110100010010010110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4FE; }

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

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

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

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

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

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

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

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