#FEA7F4

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

Shades of Lavender Rose #FEA7F4

Tints of Lavender Rose #FEA7F4

Color information

#FEA7F4 (or 0xFEA7F4) is unknown color: approx Lavender Rose. HEX triplet: FE, A7 and F4. RGB value is (254,167,244). Sum of RGB (Red+Green+Blue) = 254+167+244=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 167 (65.62% from 255 or 25.11% from 665); Blue value is 244 (95.70% from 255 or 36.69% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA7F4 is #01580B. Grayscale: #C9C9C9. Windows color (decimal): -88076 or 16033790. OLE color: 16033790.

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

Color convert

RGB254167244-
CMYK00.340.040.00
HSL306.9º97.75%82.55%-
HSV(B)306.9º34.25%99.61%-
XYZ71.0255.2492.51-
YUV201.79151.82165.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 167 (65.62% from 255) = 25.11%
BLUE value IS 244 (95.70% from 255) = 36.69%
R=38.20%
G=25.11%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416724400.340.040.00306.997.7582.55
HexFEA7F4022401336253
Octal37624736404240463142123
Binary1111111010100111111101000100010100010011001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA7F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA7F4; }

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

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

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

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

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

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

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

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