#FBB5DD

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

Shades of Lavender Pink #FBB5DD

Tints of Lavender Pink #FBB5DD

Color information

#FBB5DD (or 0xFBB5DD) is unknown color: approx Lavender Pink. HEX triplet: FB, B5 and DD. RGB value is (251,181,221). Sum of RGB (Red+Green+Blue) = 251+181+221=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB5DD is #044A22. Grayscale: #CECECE. Windows color (decimal): -281123 or 14530043. OLE color: 14530043.

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

Color convert

RGB251181221-
CMYK00.280.120.02
HSL325.71º89.74%84.71%-
HSV(B)325.71º27.89%98.43%-
XYZ69.3658.7876.1-
YUV206.49136.19159.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 181 (71.09% from 255) = 27.72%
BLUE value IS 221 (86.72% from 255) = 33.84%
R=38.44%
G=27.72%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118122100.280.120.02325.7189.7484.71
HexFBB5DD01CC21465a55
Octal373265335034142506132125
Binary11111011101101011101110101110011001010100011010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5DD; }

 p { color: rgb(251,181,221); }

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

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

 a { background-color: rgb(251,181,221); }

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

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

 span { border-color: rgb(251,181,221); }

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