#FBB4E0

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

Shades of Lavender Pink #FBB4E0

Tints of Lavender Pink #FBB4E0

Color information

#FBB4E0 (or 0xFBB4E0) is unknown color: approx Lavender Pink. HEX triplet: FB, B4 and E0. RGB value is (251,180,224). Sum of RGB (Red+Green+Blue) = 251+180+224=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 180 (70.70% from 255 or 27.48% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4E0 is #044B1F. Grayscale: #CECECE. Windows color (decimal): -281376 or 14726395. OLE color: 14726395.

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

Color convert

RGB251180224-
CMYK00.280.110.02
HSL322.82º89.87%84.51%-
HSV(B)322.82º28.29%98.43%-
XYZ69.5658.5378.15-
YUV206.24138.02159.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 180 (70.70% from 255) = 27.48%
BLUE value IS 224 (87.89% from 255) = 34.20%
R=38.32%
G=27.48%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118022400.280.110.02322.8289.8784.51
HexFBB4E001CB21435a55
Octal373264340034132503132125
Binary11111011101101001110000001110010111010100001110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4E0; }

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

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

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

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

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

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

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

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