#FFB0E0

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

Shades of Lavender Pink #FFB0E0

Tints of Lavender Pink #FFB0E0

Color information

#FFB0E0 (or 0xFFB0E0) is unknown color: approx Lavender Pink. HEX triplet: FF, B0 and E0. RGB value is (255,176,224). Sum of RGB (Red+Green+Blue) = 255+176+224=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 176 (69.14% from 255 or 26.87% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0E0 is #004F1F. Grayscale: #CCCCCC. Windows color (decimal): -20256 or 14725375. OLE color: 14725375.

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

Color convert

RGB255176224-
CMYK00.310.120
HSL323.54º100%84.51%-
HSV(B)323.54º30.98%100%-
XYZ70.2257.6977.96-
YUV205.09138.67163.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 176 (69.14% from 255) = 26.87%
BLUE value IS 224 (87.89% from 255) = 34.20%
R=38.93%
G=26.87%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517622400.310.120323.5410084.51
HexFFB0E001FC01446455
Octal377260340037140504144125
Binary1111111110110000111000000111111100010100010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB0E0; }

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

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

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

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

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

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

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

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