#FBE0F8

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

Shades of Selago #FBE0F8

Tints of Selago #FBE0F8

Color information

#FBE0F8 (or 0xFBE0F8) is unknown color: approx Selago. HEX triplet: FB, E0 and F8. RGB value is (251,224,248). Sum of RGB (Red+Green+Blue) = 251+224+248=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 224 (87.89% from 255 or 30.98% from 723); Blue value is 248 (97.27% from 255 or 34.30% from 723); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0F8 is #041F07. Grayscale: #EAEAEA. Windows color (decimal): -270088 or 16310523. OLE color: 16310523.

HSL color Cylindrical-coordinate representation of color #FBE0F8: hue angle of 306.67º 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 #FBE0F8 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB251224248-
CMYK00.110.010.02
HSL306.67º77.14%93.14%-
HSV(B)306.67º10.76%98.43%-
XYZ83.3880.699.97-
YUV234.81135.45139.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.72%
GREEN value IS 224 (87.89% from 255) = 30.98%
BLUE value IS 248 (97.27% from 255) = 34.30%
R=34.72%
G=30.98%
B=34.30%

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
Decimal25122424800.110.010.02306.6777.1493.14
HexFBE0F80B121334d5d
Octal37334037001312463115135
Binary1111101111100000111110000101111010011001110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0F8; }

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

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

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

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

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

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

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

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