#FEACF9

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

Shades of Lavender Rose #FEACF9

Tints of Lavender Rose #FEACF9

Color information

#FEACF9 (or 0xFEACF9) is unknown color: approx Lavender Rose. HEX triplet: FE, AC and F9. RGB value is (254,172,249). Sum of RGB (Red+Green+Blue) = 254+172+249=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 172 (67.58% from 255 or 25.48% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACF9 is #015306. Grayscale: #CDCDCD. Windows color (decimal): -86791 or 16362750. OLE color: 16362750.

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

Color convert

RGB254172249-
CMYK00.320.020.00
HSL303.66º97.62%83.53%-
HSV(B)303.66º32.28%99.61%-
XYZ72.7257.4296.87-
YUV205.3152.67162.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 172 (67.58% from 255) = 25.48%
BLUE value IS 249 (97.66% from 255) = 36.89%
R=37.63%
G=25.48%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417224900.320.020.00303.6697.6283.53
HexFEACF9020201306254
Octal37625437104020460142124
Binary111111101010110011111001010000010010011000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACF9; }

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

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

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

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

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

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

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

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