#FBE0FF

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

Shades of Selago #FBE0FF

Tints of Selago #FBE0FF

Color information

#FBE0FF (or 0xFBE0FF) is unknown color: approx Selago. HEX triplet: FB, E0 and FF. RGB value is (251,224,255). Sum of RGB (Red+Green+Blue) = 251+224+255=730 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.38% from 730); Green value is 224 (87.89% from 255 or 30.68% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0FF is #041F00. Grayscale: #EBEBEB. Windows color (decimal): -270081 or 16769275. OLE color: 16769275.

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

Color convert

RGB251224255-
CMYK0.020.1200
HSL292.26º100%93.92%-
HSV(B)292.26º12.16%100%-
XYZ84.4981.04105.8-
YUV235.61138.95138.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.38%
GREEN value IS 224 (87.89% from 255) = 30.68%
BLUE value IS 255 (100% from 255) = 34.93%
R=34.38%
G=30.68%
B=34.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512242550.020.1200292.2610093.92
HexFBE0FF2C00124645e
Octal37334037721400444144136
Binary1111101111100000111111111011000010010010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0FF; }

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

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

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

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

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

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

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

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