#FBB2CF

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

Shades of Lavender Pink #FBB2CF

Tints of Lavender Pink #FBB2CF

Color information

#FBB2CF (or 0xFBB2CF) is unknown color: approx Lavender Pink. HEX triplet: FB, B2 and CF. RGB value is (251,178,207). Sum of RGB (Red+Green+Blue) = 251+178+207=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2CF is #044D30. Grayscale: #CBCBCB. Windows color (decimal): -281905 or 13611771. OLE color: 13611771.

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

Color convert

RGB251178207-
CMYK00.290.180.02
HSL336.16º90.12%84.12%-
HSV(B)336.16º29.08%98.43%-
XYZ66.9756.8666.48-
YUV203.13130.18162.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.47%
GREEN value IS 178 (69.92% from 255) = 27.99%
BLUE value IS 207 (81.25% from 255) = 32.55%
R=39.47%
G=27.99%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117820700.290.180.02336.1690.1284.12
HexFBB2CF01D1221505a54
Octal373262317035222520132124
Binary111110111011001011001111011101100101010101000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2CF; }

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

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

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

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

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

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

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

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