#FEA4FC

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

Shades of Lavender Rose #FEA4FC

Tints of Lavender Rose #FEA4FC

Color information

#FEA4FC (or 0xFEA4FC) is unknown color: approx Lavender Rose. HEX triplet: FE, A4 and FC. RGB value is (254,164,252). Sum of RGB (Red+Green+Blue) = 254+164+252=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 164 (64.45% from 255 or 24.48% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA4FC is #015B03. Grayscale: #C8C8C8. Windows color (decimal): -88836 or 16557310. OLE color: 16557310.

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

Color convert

RGB254164252-
CMYK00.350.010.00
HSL301.33º97.83%81.96%-
HSV(B)301.33º35.43%99.61%-
XYZ71.7254.6598.86-
YUV200.94156.82165.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 164 (64.45% from 255) = 24.48%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=37.91%
G=24.48%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416425200.350.010.00301.3397.8381.96
HexFEA4FC0231012d6252
Octal37624437404310455142122
Binary11111110101001001111110001000111010010110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4FC; }

 p { color: rgb(254,164,252); }

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

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

 a { background-color: rgb(254,164,252); }

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

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

 span { border-color: rgb(254,164,252); }

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