#FBB5DC

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

Shades of Lavender Pink #FBB5DC

Tints of Lavender Pink #FBB5DC

Color information

#FBB5DC (or 0xFBB5DC) is unknown color: approx Lavender Pink. HEX triplet: FB, B5 and DC. RGB value is (251,181,220). Sum of RGB (Red+Green+Blue) = 251+181+220=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 181 (71.09% from 255 or 27.76% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB5DC is #044A23. Grayscale: #CECECE. Windows color (decimal): -281124 or 14464507. OLE color: 14464507.

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

Color convert

RGB251181220-
CMYK00.280.120.02
HSL326.57º89.74%84.71%-
HSV(B)326.57º27.89%98.43%-
XYZ69.2358.7275.4-
YUV206.38135.69159.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 181 (71.09% from 255) = 27.76%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=38.50%
G=27.76%
B=33.74%

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
Decimal25118122000.280.120.02326.5789.7484.71
HexFBB5DC01CC21475a55
Octal373265334034142507132125
Binary11111011101101011101110001110011001010100011110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5DC; }

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

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

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

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

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

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

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

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