#FBEAF1

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

Shades of Lavender Blush #FBEAF1

Tints of Lavender Blush #FBEAF1

Color information

#FBEAF1 (or 0xFBEAF1) is unknown color: approx Lavender Blush. HEX triplet: FB, EA and F1. RGB value is (251,234,241). Sum of RGB (Red+Green+Blue) = 251+234+241=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 234 (91.80% from 255 or 32.23% from 726); Blue value is 241 (94.53% from 255 or 33.20% from 726); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAF1 is #04150E. Grayscale: #EFEFEF. Windows color (decimal): -267535 or 15854331. OLE color: 15854331.

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

Color convert

RGB251234241-
CMYK00.070.040.02
HSL335.29º68%95.1%-
HSV(B)335.29º6.77%98.43%-
XYZ85.0885.7195.28-
YUV239.88128.63135.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.57%
GREEN value IS 234 (91.80% from 255) = 32.23%
BLUE value IS 241 (94.53% from 255) = 33.20%
R=34.57%
G=32.23%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123424100.070.040.02335.296895.1
HexFBEAF1074214f445f
Octal3733523610742517104137
Binary11111011111010101111000101111001010100111110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEAF1; }

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

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

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

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

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

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

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

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