#FEB3E2

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

Shades of Lavender Rose #FEB3E2

Tints of Lavender Rose #FEB3E2

Color information

#FEB3E2 (or 0xFEB3E2) is unknown color: approx Lavender Rose. HEX triplet: FE, B3 and E2. RGB value is (254,179,226). Sum of RGB (Red+Green+Blue) = 254+179+226=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 179 (70.31% from 255 or 27.16% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3E2 is #014C1D. Grayscale: #CECECE. Windows color (decimal): -85022 or 14857214. OLE color: 14857214.

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

Color convert

RGB254179226-
CMYK00.300.110.00
HSL322.4º97.4%84.9%-
HSV(B)322.4º29.53%99.61%-
XYZ70.7258.879.57-
YUV206.78138.85161.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 179 (70.31% from 255) = 27.16%
BLUE value IS 226 (88.67% from 255) = 34.29%
R=38.54%
G=27.16%
B=34.29%

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
Decimal25417922600.300.110.00322.497.484.9
HexFEB3E201EB01426155
Octal376263342036130502141125
Binary1111111010110011111000100111101011010100001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB3E2; }

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

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

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

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

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

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

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

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