#FFB0DC

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

Shades of Lavender Pink #FFB0DC

Tints of Lavender Pink #FFB0DC

Color information

#FFB0DC (or 0xFFB0DC) is unknown color: approx Lavender Pink. HEX triplet: FF, B0 and DC. RGB value is (255,176,220). Sum of RGB (Red+Green+Blue) = 255+176+220=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0DC is #004F23. Grayscale: #CCCCCC. Windows color (decimal): -20260 or 14463231. OLE color: 14463231.

HSL color Cylindrical-coordinate representation of color #FFB0DC: hue angle of 326.58º 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 #FFB0DC is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255176220-
CMYK00.310.140
HSL326.58º100%84.51%-
HSV(B)326.58º30.98%100%-
XYZ69.6857.4875.13-
YUV204.64136.67163.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 176 (69.14% from 255) = 27.04%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=39.17%
G=27.04%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517622000.310.140326.5810084.51
HexFFB0DC01FE01476455
Octal377260334037160507144125
Binary1111111110110000110111000111111110010100011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB0DC; }

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

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

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

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

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

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

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

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