#FFACF6

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

Shades of Lavender Rose #FFACF6

Tints of Lavender Rose #FFACF6

Color information

#FFACF6 (or 0xFFACF6) is unknown color: approx Lavender Rose. HEX triplet: FF, AC and F6. RGB value is (255,172,246). Sum of RGB (Red+Green+Blue) = 255+172+246=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 172 (67.58% from 255 or 25.56% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACF6 is #005309. Grayscale: #CDCDCD. Windows color (decimal): -21258 or 16166143. OLE color: 16166143.

HSL color Cylindrical-coordinate representation of color #FFACF6: hue angle of 306.51º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFACF6 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB255172246-
CMYK00.330.040
HSL306.51º100%83.73%-
HSV(B)306.51º32.55%100%-
XYZ72.6357.4294.44-
YUV205.25151163.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 172 (67.58% from 255) = 25.56%
BLUE value IS 246 (96.48% from 255) = 36.55%
R=37.89%
G=25.56%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517224600.330.040306.5110083.73
HexFFACF6021401336454
Octal37725436604140463144124
Binary1111111110101100111101100100001100010011001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACF6; }

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

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

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

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

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

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

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

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