#FFB2E0

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

Shades of Lavender Pink #FFB2E0

Tints of Lavender Pink #FFB2E0

Color information

#FFB2E0 (or 0xFFB2E0) is unknown color: approx Lavender Pink. HEX triplet: FF, B2 and E0. RGB value is (255,178,224). Sum of RGB (Red+Green+Blue) = 255+178+224=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 178 (69.92% from 255 or 27.09% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2E0 is #004D1F. Grayscale: #CECECE. Windows color (decimal): -19744 or 14725887. OLE color: 14725887.

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

Color convert

RGB255178224-
CMYK00.300.120
HSL324.16º100%84.9%-
HSV(B)324.16º30.2%100%-
XYZ70.6158.4878.09-
YUV206.27138.01162.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 178 (69.92% from 255) = 27.09%
BLUE value IS 224 (87.89% from 255) = 34.09%
R=38.81%
G=27.09%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517822400.300.120324.1610084.9
HexFFB2E001EC01446455
Octal377262340036140504144125
Binary1111111110110010111000000111101100010100010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2E0; }

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

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

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

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

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

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

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

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