#FBE0FE

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

Shades of Selago #FBE0FE

Tints of Selago #FBE0FE

Color information

#FBE0FE (or 0xFBE0FE) is unknown color: approx Selago. HEX triplet: FB, E0 and FE. RGB value is (251,224,254). Sum of RGB (Red+Green+Blue) = 251+224+254=729 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.43% from 729); Green value is 224 (87.89% from 255 or 30.73% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0FE is #041F01. Grayscale: #EBEBEB. Windows color (decimal): -270082 or 16703739. OLE color: 16703739.

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

Color convert

RGB251224254-
CMYK0.010.1200.00
HSL294º93.75%93.73%-
HSV(B)294º11.81%99.61%-
XYZ84.3380.98104.95-
YUV235.49138.45139.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.43%
GREEN value IS 224 (87.89% from 255) = 30.73%
BLUE value IS 254 (99.61% from 255) = 34.84%
R=34.43%
G=30.73%
B=34.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512242540.010.1200.0029493.7593.73
HexFBE0FE1C001265e5e
Octal37334037611400446136136
Binary111110111110000011111110111000010010011010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0FE; }

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

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

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

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

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

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

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

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