#FBB4E1

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

Shades of Lavender Pink #FBB4E1

Tints of Lavender Pink #FBB4E1

Color information

#FBB4E1 (or 0xFBB4E1) is unknown color: approx Lavender Pink. HEX triplet: FB, B4 and E1. RGB value is (251,180,225). Sum of RGB (Red+Green+Blue) = 251+180+225=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 180 (70.70% from 255 or 27.44% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4E1 is #044B1E. Grayscale: #CECECE. Windows color (decimal): -281375 or 14791931. OLE color: 14791931.

HSL color Cylindrical-coordinate representation of color #FBB4E1: hue angle of 321.97º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB4E1 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB251180225-
CMYK00.280.100.02
HSL321.97º89.87%84.51%-
HSV(B)321.97º28.29%98.43%-
XYZ69.758.5978.87-
YUV206.36138.52159.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.26%
GREEN value IS 180 (70.70% from 255) = 27.44%
BLUE value IS 225 (88.28% from 255) = 34.30%
R=38.26%
G=27.44%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118022500.280.100.02321.9789.8784.51
HexFBB4E101CA21425a55
Octal373264341034122502132125
Binary11111011101101001110000101110010101010100001010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4E1; }

 p { color: rgb(251,180,225); }

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

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

 a { background-color: rgb(251,180,225); }

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

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

 span { border-color: rgb(251,180,225); }

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