#FEACF1

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

Shades of Lavender Rose #FEACF1

Tints of Lavender Rose #FEACF1

Color information

#FEACF1 (or 0xFEACF1) is unknown color: approx Lavender Rose. HEX triplet: FE, AC and F1. RGB value is (254,172,241). Sum of RGB (Red+Green+Blue) = 254+172+241=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 172 (67.58% from 255 or 25.79% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACF1 is #01530E. Grayscale: #CCCCCC. Windows color (decimal): -86799 or 15838462. OLE color: 15838462.

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

Color convert

RGB254172241-
CMYK00.320.050.00
HSL309.51º97.62%83.53%-
HSV(B)309.51º32.28%99.61%-
XYZ71.556.9390.44-
YUV204.38148.67163.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 172 (67.58% from 255) = 25.79%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=38.08%
G=25.79%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417224100.320.050.00309.5197.6283.53
HexFEACF1020501366254
Octal37625436104050466142124
Binary1111111010101100111100010100000101010011011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACF1; }

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

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

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

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

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

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

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

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