#FBE4FF

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

Shades of Selago #FBE4FF

Tints of Selago #FBE4FF

Color information

#FBE4FF (or 0xFBE4FF) is unknown color: approx Selago. HEX triplet: FB, E4 and FF. RGB value is (251,228,255). Sum of RGB (Red+Green+Blue) = 251+228+255=734 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.20% from 734); Green value is 228 (89.45% from 255 or 31.06% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBE4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE4FF is #041B00. Grayscale: #EDEDED. Windows color (decimal): -269057 or 16770299. OLE color: 16770299.

HSL color Cylindrical-coordinate representation of color #FBE4FF: hue angle of 291.11º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBE4FF is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB251228255-
CMYK0.020.1100
HSL291.11º100%94.71%-
HSV(B)291.11º10.59%100%-
XYZ85.5883.22106.16-
YUV237.96137.62137.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.20%
GREEN value IS 228 (89.45% from 255) = 31.06%
BLUE value IS 255 (100% from 255) = 34.74%
R=34.20%
G=31.06%
B=34.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512282550.020.1100291.1110094.71
HexFBE4FF2B00123645f
Octal37334437721300443144137
Binary1111101111100100111111111010110010010001111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4FF; }

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

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

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

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

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

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

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

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