#FEACF7

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

Shades of Lavender Rose #FEACF7

Tints of Lavender Rose #FEACF7

Color information

#FEACF7 (or 0xFEACF7) is unknown color: approx Lavender Rose. HEX triplet: FE, AC and F7. RGB value is (254,172,247). Sum of RGB (Red+Green+Blue) = 254+172+247=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 172 (67.58% from 255 or 25.56% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACF7 is #015308. Grayscale: #CCCCCC. Windows color (decimal): -86793 or 16231678. OLE color: 16231678.

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

Color convert

RGB254172247-
CMYK00.320.030.00
HSL305.12º97.62%83.53%-
HSV(B)305.12º32.28%99.61%-
XYZ72.4157.2995.24-
YUV205.07151.67162.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 172 (67.58% from 255) = 25.56%
BLUE value IS 247 (96.88% from 255) = 36.70%
R=37.74%
G=25.56%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417224700.320.030.00305.1297.6283.53
HexFEACF7020301316254
Octal37625436704030461142124
Binary111111101010110011110111010000011010011000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACF7; }

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

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

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

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

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

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

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

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