#FBB2D4

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

Shades of Lavender Pink #FBB2D4

Tints of Lavender Pink #FBB2D4

Color information

#FBB2D4 (or 0xFBB2D4) is unknown color: approx Lavender Pink. HEX triplet: FB, B2 and D4. RGB value is (251,178,212). Sum of RGB (Red+Green+Blue) = 251+178+212=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 178 (69.92% from 255 or 27.77% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2D4 is #044D2B. Grayscale: #CBCBCB. Windows color (decimal): -281900 or 13939451. OLE color: 13939451.

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

Color convert

RGB251178212-
CMYK00.290.160.02
HSL332.05º90.12%84.12%-
HSV(B)332.05º29.08%98.43%-
XYZ67.5957.169.75-
YUV203.7132.68161.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 178 (69.92% from 255) = 27.77%
BLUE value IS 212 (83.20% from 255) = 33.07%
R=39.16%
G=27.77%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117821200.290.160.02332.0590.1284.12
HexFBB2D401D10214c5a54
Octal373262324035202514132124
Binary111110111011001011010100011101100001010100110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2D4; }

 p { color: rgb(251,178,212); }

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

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

 a { background-color: rgb(251,178,212); }

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

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

 span { border-color: rgb(251,178,212); }

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