#FBEAF8

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

Shades of Selago #FBEAF8

Tints of Selago #FBEAF8

Color information

#FBEAF8 (or 0xFBEAF8) is unknown color: approx Selago. HEX triplet: FB, EA and F8. RGB value is (251,234,248). Sum of RGB (Red+Green+Blue) = 251+234+248=733 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.24% from 733); Green value is 234 (91.80% from 255 or 31.92% from 733); Blue value is 248 (97.27% from 255 or 33.83% from 733); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAF8 is #041507. Grayscale: #F0F0F0. Windows color (decimal): -267528 or 16313083. OLE color: 16313083.

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

Color convert

RGB251234248-
CMYK00.070.010.02
HSL310.59º68%95.1%-
HSV(B)310.59º6.77%98.43%-
XYZ86.1586.13100.89-
YUV240.68132.13135.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.24%
GREEN value IS 234 (91.80% from 255) = 31.92%
BLUE value IS 248 (97.27% from 255) = 33.83%
R=34.24%
G=31.92%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123424800.070.010.02310.596895.1
HexFBEAF80712137445f
Octal3733523700712467104137
Binary111110111110101011111000011111010011011110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEAF8; }

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

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

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

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

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

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

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

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