#FEACF5

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

Shades of Lavender Rose #FEACF5

Tints of Lavender Rose #FEACF5

Color information

#FEACF5 (or 0xFEACF5) is unknown color: approx Lavender Rose. HEX triplet: FE, AC and F5. RGB value is (254,172,245). Sum of RGB (Red+Green+Blue) = 254+172+245=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 172 (67.58% from 255 or 25.63% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACF5 is #01530A. Grayscale: #CCCCCC. Windows color (decimal): -86795 or 16100606. OLE color: 16100606.

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

Color convert

RGB254172245-
CMYK00.320.040.00
HSL306.59º97.62%83.53%-
HSV(B)306.59º32.28%99.61%-
XYZ72.1157.1793.62-
YUV204.84150.67163.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 172 (67.58% from 255) = 25.63%
BLUE value IS 245 (96.09% from 255) = 36.51%
R=37.85%
G=25.63%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417224500.320.040.00306.5997.6283.53
HexFEACF5020401336254
Octal37625436504040463142124
Binary1111111010101100111101010100000100010011001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACF5; }

 p { color: rgb(254,172,245); }

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

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

 a { background-color: rgb(254,172,245); }

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

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

 span { border-color: rgb(254,172,245); }

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