#FBEAF6

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

Shades of Lavender Blush #FBEAF6

Tints of Lavender Blush #FBEAF6

Color information

#FBEAF6 (or 0xFBEAF6) is unknown color: approx Lavender Blush. HEX triplet: FB, EA and F6. RGB value is (251,234,246). Sum of RGB (Red+Green+Blue) = 251+234+246=731 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.34% from 731); Green value is 234 (91.80% from 255 or 32.01% from 731); Blue value is 246 (96.48% from 255 or 33.65% from 731); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAF6 is #041509. Grayscale: #F0F0F0. Windows color (decimal): -267530 or 16182011. OLE color: 16182011.

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

Color convert

RGB251234246-
CMYK00.070.020.02
HSL317.65º68%95.1%-
HSV(B)317.65º6.77%98.43%-
XYZ85.8486.0199.27-
YUV240.45131.13135.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.34%
GREEN value IS 234 (91.80% from 255) = 32.01%
BLUE value IS 246 (96.48% from 255) = 33.65%
R=34.34%
G=32.01%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123424600.070.020.02317.656895.1
HexFBEAF6072213e445f
Octal3733523660722476104137
Binary1111101111101010111101100111101010011111010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEAF6; }

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

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

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

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

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

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

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

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