#FEA8DE

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

Shades of Lavender Rose #FEA8DE

Tints of Lavender Rose #FEA8DE

Color information

#FEA8DE (or 0xFEA8DE) is unknown color: approx Lavender Rose. HEX triplet: FE, A8 and DE. RGB value is (254,168,222). Sum of RGB (Red+Green+Blue) = 254+168+222=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 168 (66.02% from 255 or 26.09% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8DE is #015721. Grayscale: #C7C7C7. Windows color (decimal): -87842 or 14592254. OLE color: 14592254.

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

Color convert

RGB254168222-
CMYK00.340.130.00
HSL322.33º97.73%82.75%-
HSV(B)322.33º33.86%99.61%-
XYZ68.0654.3576.01-
YUV199.87140.49166.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 168 (66.02% from 255) = 26.09%
BLUE value IS 222 (87.11% from 255) = 34.47%
R=39.44%
G=26.09%
B=34.47%

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
Decimal25416822200.340.130.00322.3397.7382.75
HexFEA8DE022D01426253
Octal376250336042150502142123
Binary11111110101010001101111001000101101010100001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8DE; }

 p { color: rgb(254,168,222); }

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

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

 a { background-color: rgb(254,168,222); }

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

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

 span { border-color: rgb(254,168,222); }

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