#FEA7DC

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

Shades of Lavender Rose #FEA7DC

Tints of Lavender Rose #FEA7DC

Color information

#FEA7DC (or 0xFEA7DC) is unknown color: approx Lavender Rose. HEX triplet: FE, A7 and DC. RGB value is (254,167,220). Sum of RGB (Red+Green+Blue) = 254+167+220=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 167 (65.62% from 255 or 26.05% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7DC is #015823. Grayscale: #C6C6C6. Windows color (decimal): -88100 or 14460926. OLE color: 14460926.

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

Color convert

RGB254167220-
CMYK00.340.130.00
HSL323.45º97.75%82.55%-
HSV(B)323.45º34.25%99.61%-
XYZ67.6153.8874.55-
YUV199.06139.82167.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.63%
GREEN value IS 167 (65.62% from 255) = 26.05%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=39.63%
G=26.05%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416722000.340.130.00323.4597.7582.55
HexFEA7DC022D01436253
Octal376247334042150503142123
Binary11111110101001111101110001000101101010100001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA7DC; }

 p { color: rgb(254,167,220); }

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

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

 a { background-color: rgb(254,167,220); }

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

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

 span { border-color: rgb(254,167,220); }

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