#FBB0D3

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

Shades of Lavender Pink #FBB0D3

Tints of Lavender Pink #FBB0D3

Color information

#FBB0D3 (or 0xFBB0D3) is unknown color: approx Lavender Pink. HEX triplet: FB, B0 and D3. RGB value is (251,176,211). Sum of RGB (Red+Green+Blue) = 251+176+211=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0D3 is #044F2C. Grayscale: #CACACA. Windows color (decimal): -282413 or 13873403. OLE color: 13873403.

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

Color convert

RGB251176211-
CMYK00.300.160.02
HSL332º90.36%83.73%-
HSV(B)332º29.88%98.43%-
XYZ67.0756.2668.95-
YUV202.42132.85162.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 176 (69.14% from 255) = 27.59%
BLUE value IS 211 (82.81% from 255) = 33.07%
R=39.34%
G=27.59%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117621100.300.160.0233290.3683.73
HexFBB0D301E10214c5a54
Octal373260323036202514132124
Binary111110111011000011010011011110100001010100110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0D3; }

 p { color: rgb(251,176,211); }

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

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

 a { background-color: rgb(251,176,211); }

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

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

 span { border-color: rgb(251,176,211); }

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