#FBEAF4

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

Shades of Lavender Blush #FBEAF4

Tints of Lavender Blush #FBEAF4

Color information

#FBEAF4 (or 0xFBEAF4) is unknown color: approx Lavender Blush. HEX triplet: FB, EA and F4. RGB value is (251,234,244). Sum of RGB (Red+Green+Blue) = 251+234+244=729 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.43% from 729); Green value is 234 (91.80% from 255 or 32.10% from 729); Blue value is 244 (95.70% from 255 or 33.47% from 729); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAF4 is #04150B. Grayscale: #F0F0F0. Windows color (decimal): -267532 or 16050939. OLE color: 16050939.

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

Color convert

RGB251234244-
CMYK00.070.030.02
HSL324.71º68%95.1%-
HSV(B)324.71º6.77%98.43%-
XYZ85.5485.8997.66-
YUV240.22130.13135.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.43%
GREEN value IS 234 (91.80% from 255) = 32.10%
BLUE value IS 244 (95.70% from 255) = 33.47%
R=34.43%
G=32.10%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123424400.070.030.02324.716895.1
HexFBEAF40732145445f
Octal3733523640732505104137
Binary1111101111101010111101000111111010100010110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEAF4; }

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

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

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

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

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

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

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

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