#FBEAF5

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

Shades of Lavender Blush #FBEAF5

Tints of Lavender Blush #FBEAF5

Color information

#FBEAF5 (or 0xFBEAF5) is unknown color: approx Lavender Blush. HEX triplet: FB, EA and F5. RGB value is (251,234,245). Sum of RGB (Red+Green+Blue) = 251+234+245=730 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.38% from 730); Green value is 234 (91.80% from 255 or 32.05% from 730); Blue value is 245 (96.09% from 255 or 33.56% from 730); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAF5 is #04150A. Grayscale: #F0F0F0. Windows color (decimal): -267531 or 16116475. OLE color: 16116475.

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

Color convert

RGB251234245-
CMYK00.070.020.02
HSL321.18º68%95.1%-
HSV(B)321.18º6.77%98.43%-
XYZ85.6985.9598.46-
YUV240.34130.63135.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.38%
GREEN value IS 234 (91.80% from 255) = 32.05%
BLUE value IS 245 (96.09% from 255) = 33.56%
R=34.38%
G=32.05%
B=33.56%

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
Decimal25123424500.070.020.02321.186895.1
HexFBEAF50722141445f
Octal3733523650722501104137
Binary1111101111101010111101010111101010100000110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEAF5; }

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

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

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

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

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

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

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

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