#FFB2DC

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

Shades of Lavender Pink #FFB2DC

Tints of Lavender Pink #FFB2DC

Color information

#FFB2DC (or 0xFFB2DC) is unknown color: approx Lavender Pink. HEX triplet: FF, B2 and DC. RGB value is (255,178,220). Sum of RGB (Red+Green+Blue) = 255+178+220=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2DC is #004D23. Grayscale: #CDCDCD. Windows color (decimal): -19748 or 14463743. OLE color: 14463743.

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

Color convert

RGB255178220-
CMYK00.300.140
HSL327.27º100%84.9%-
HSV(B)327.27º30.2%100%-
XYZ70.0858.2775.26-
YUV205.81136.01163.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 178 (69.92% from 255) = 27.26%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=39.05%
G=27.26%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517822000.300.140327.2710084.9
HexFFB2DC01EE01476455
Octal377262334036160507144125
Binary1111111110110010110111000111101110010100011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2DC; }

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

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

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

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

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

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

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

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