#FEB3E1

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

Shades of Lavender Pink #FEB3E1

Tints of Lavender Pink #FEB3E1

Color information

#FEB3E1 (or 0xFEB3E1) is unknown color: approx Lavender Pink. HEX triplet: FE, B3 and E1. RGB value is (254,179,225). Sum of RGB (Red+Green+Blue) = 254+179+225=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 179 (70.31% from 255 or 27.20% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3E1 is #014C1E. Grayscale: #CECECE. Windows color (decimal): -85023 or 14791678. OLE color: 14791678.

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

Color convert

RGB254179225-
CMYK00.300.110.00
HSL323.2º97.4%84.9%-
HSV(B)323.2º29.53%99.61%-
XYZ70.5858.7578.85-
YUV206.67138.35161.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 179 (70.31% from 255) = 27.20%
BLUE value IS 225 (88.28% from 255) = 34.19%
R=38.60%
G=27.20%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417922500.300.110.00323.297.484.9
HexFEB3E101EB01436155
Octal376263341036130503141125
Binary1111111010110011111000010111101011010100001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB3E1; }

 p { color: rgb(254,179,225); }

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

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

 a { background-color: rgb(254,179,225); }

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

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

 span { border-color: rgb(254,179,225); }

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