#FEB0E0

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

Shades of Lavender Pink #FEB0E0

Tints of Lavender Pink #FEB0E0

Color information

#FEB0E0 (or 0xFEB0E0) is unknown color: approx Lavender Pink. HEX triplet: FE, B0 and E0. RGB value is (254,176,224). Sum of RGB (Red+Green+Blue) = 254+176+224=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 176 (69.14% from 255 or 26.91% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0E0 is #014F1F. Grayscale: #CCCCCC. Windows color (decimal): -85792 or 14725374. OLE color: 14725374.

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

Color convert

RGB254176224-
CMYK00.310.120.00
HSL323.08º97.5%84.31%-
HSV(B)323.08º30.71%99.61%-
XYZ69.8557.577.94-
YUV204.79138.84163.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 176 (69.14% from 255) = 26.91%
BLUE value IS 224 (87.89% from 255) = 34.25%
R=38.84%
G=26.91%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417622400.310.120.00323.0897.584.31
HexFEB0E001FC01436254
Octal376260340037140503142124
Binary1111111010110000111000000111111100010100001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0E0; }

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

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

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

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

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

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

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

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