#FEACF6

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

Shades of Lavender Rose #FEACF6

Tints of Lavender Rose #FEACF6

Color information

#FEACF6 (or 0xFEACF6) is unknown color: approx Lavender Rose. HEX triplet: FE, AC and F6. RGB value is (254,172,246). Sum of RGB (Red+Green+Blue) = 254+172+246=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 172 (67.58% from 255 or 25.60% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACF6 is #015309. Grayscale: #CCCCCC. Windows color (decimal): -86794 or 16166142. OLE color: 16166142.

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

Color convert

RGB254172246-
CMYK00.320.030.00
HSL305.85º97.62%83.53%-
HSV(B)305.85º32.28%99.61%-
XYZ72.2657.2394.43-
YUV204.95151.17162.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 172 (67.58% from 255) = 25.60%
BLUE value IS 246 (96.48% from 255) = 36.61%
R=37.80%
G=25.60%
B=36.61%

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
Decimal25417224600.320.030.00305.8597.6283.53
HexFEACF6020301326254
Octal37625436604030462142124
Binary111111101010110011110110010000011010011001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACF6; }

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

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

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

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

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

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

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

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