#FBE0F9

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

Shades of Selago #FBE0F9

Tints of Selago #FBE0F9

Color information

#FBE0F9 (or 0xFBE0F9) is unknown color: approx Selago. HEX triplet: FB, E0 and F9. RGB value is (251,224,249). Sum of RGB (Red+Green+Blue) = 251+224+249=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 224 (87.89% from 255 or 30.94% from 724); Blue value is 249 (97.66% from 255 or 34.39% from 724); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0F9 is #041F06. Grayscale: #EAEAEA. Windows color (decimal): -270087 or 16376059. OLE color: 16376059.

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

Color convert

RGB251224249-
CMYK00.110.010.02
HSL304.44º77.14%93.14%-
HSV(B)304.44º10.76%98.43%-
XYZ83.5480.66100.79-
YUV234.92135.95139.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.67%
GREEN value IS 224 (87.89% from 255) = 30.94%
BLUE value IS 249 (97.66% from 255) = 34.39%
R=34.67%
G=30.94%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122424900.110.010.02304.4477.1493.14
HexFBE0F90B121304d5d
Octal37334037101312460115135
Binary1111101111100000111110010101111010011000010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0F9; }

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

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

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

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

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

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

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

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