#FBEAF3

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

Shades of Lavender Blush #FBEAF3

Tints of Lavender Blush #FBEAF3

Color information

#FBEAF3 (or 0xFBEAF3) is unknown color: approx Lavender Blush. HEX triplet: FB, EA and F3. RGB value is (251,234,243). Sum of RGB (Red+Green+Blue) = 251+234+243=728 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.48% from 728); Green value is 234 (91.80% from 255 or 32.14% from 728); Blue value is 243 (95.31% from 255 or 33.38% from 728); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAF3 is #04150C. Grayscale: #F0F0F0. Windows color (decimal): -267533 or 15985403. OLE color: 15985403.

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

Color convert

RGB251234243-
CMYK00.070.030.02
HSL328.24º68%95.1%-
HSV(B)328.24º6.77%98.43%-
XYZ85.3885.8396.86-
YUV240.11129.63135.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.48%
GREEN value IS 234 (91.80% from 255) = 32.14%
BLUE value IS 243 (95.31% from 255) = 33.38%
R=34.48%
G=32.14%
B=33.38%

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
Decimal25123424300.070.030.02328.246895.1
HexFBEAF30732148445f
Octal3733523630732510104137
Binary1111101111101010111100110111111010100100010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEAF3; }

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

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

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

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

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

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

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

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