#FFB0D3

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

Shades of Lavender Pink #FFB0D3

Tints of Lavender Pink #FFB0D3

Color information

#FFB0D3 (or 0xFFB0D3) is unknown color: approx Lavender Pink. HEX triplet: FF, B0 and D3. RGB value is (255,176,211). Sum of RGB (Red+Green+Blue) = 255+176+211=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 176 (69.14% from 255 or 27.41% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0D3 is #004F2C. Grayscale: #CBCBCB. Windows color (decimal): -20269 or 13873407. OLE color: 13873407.

HSL color Cylindrical-coordinate representation of color #FFB0D3: hue angle of 333.42º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB0D3 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB255176211-
CMYK00.310.170
HSL333.42º100%84.51%-
HSV(B)333.42º30.98%100%-
XYZ68.5257.0169.02-
YUV203.61132.17164.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 176 (69.14% from 255) = 27.41%
BLUE value IS 211 (82.81% from 255) = 32.87%
R=39.72%
G=27.41%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517621100.310.170333.4210084.51
HexFFB0D301F11014d6455
Octal377260323037210515144125
Binary11111111101100001101001101111110001010100110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB0D3; }

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

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

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

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

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

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

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

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