#FBE4FD

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

Shades of Selago #FBE4FD

Tints of Selago #FBE4FD

Color information

#FBE4FD (or 0xFBE4FD) is unknown color: approx Selago. HEX triplet: FB, E4 and FD. RGB value is (251,228,253). Sum of RGB (Red+Green+Blue) = 251+228+253=732 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.29% from 732); Green value is 228 (89.45% from 255 or 31.15% from 732); Blue value is 253 (99.22% from 255 or 34.56% from 732); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBE4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE4FD is #041B02. Grayscale: #EDEDED. Windows color (decimal): -269059 or 16639227. OLE color: 16639227.

HSL color Cylindrical-coordinate representation of color #FBE4FD: hue angle of 295.2º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE4FD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251228253-
CMYK0.010.1000.01
HSL295.2º86.21%94.31%-
HSV(B)295.2º9.88%99.22%-
XYZ85.2683.09104.47-
YUV237.73136.62137.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.29%
GREEN value IS 228 (89.45% from 255) = 31.15%
BLUE value IS 253 (99.22% from 255) = 34.56%
R=34.29%
G=31.15%
B=34.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512282530.010.1000.01295.286.2194.31
HexFBE4FD1A01127565e
Octal37334437511201447126136
Binary111110111110010011111101110100110010011110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4FD; }

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

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

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

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

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

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

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

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