#FFACF2

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

Shades of Lavender Rose #FFACF2

Tints of Lavender Rose #FFACF2

Color information

#FFACF2 (or 0xFFACF2) is unknown color: approx Lavender Rose. HEX triplet: FF, AC and F2. RGB value is (255,172,242). Sum of RGB (Red+Green+Blue) = 255+172+242=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 172 (67.58% from 255 or 25.71% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACF2 is #00530D. Grayscale: #CCCCCC. Windows color (decimal): -21262 or 15903999. OLE color: 15903999.

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

Color convert

RGB255172242-
CMYK00.330.050
HSL309.4º100%83.73%-
HSV(B)309.4º32.55%100%-
XYZ72.0257.1891.24-
YUV204.8149163.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 172 (67.58% from 255) = 25.71%
BLUE value IS 242 (94.92% from 255) = 36.17%
R=38.12%
G=25.71%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517224200.330.050309.410083.73
HexFFACF2021501356454
Octal37725436204150465144124
Binary1111111110101100111100100100001101010011010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACF2; }

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

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

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

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

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

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

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

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