#FEACF4

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

Shades of Lavender Rose #FEACF4

Tints of Lavender Rose #FEACF4

Color information

#FEACF4 (or 0xFEACF4) is unknown color: approx Lavender Rose. HEX triplet: FE, AC and F4. RGB value is (254,172,244). Sum of RGB (Red+Green+Blue) = 254+172+244=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 172 (67.58% from 255 or 25.67% from 670); Blue value is 244 (95.70% from 255 or 36.42% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACF4 is #01530B. Grayscale: #CCCCCC. Windows color (decimal): -86796 or 16035070. OLE color: 16035070.

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

Color convert

RGB254172244-
CMYK00.320.040.00
HSL307.32º97.62%83.53%-
HSV(B)307.32º32.28%99.61%-
XYZ71.9557.1192.82-
YUV204.73150.17163.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 172 (67.58% from 255) = 25.67%
BLUE value IS 244 (95.70% from 255) = 36.42%
R=37.91%
G=25.67%
B=36.42%

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
Decimal25417224400.320.040.00307.3297.6283.53
HexFEACF4020401336254
Octal37625436404040463142124
Binary1111111010101100111101000100000100010011001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACF4; }

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

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

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

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

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

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

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

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