#FFACF3

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

Shades of Lavender Rose #FFACF3

Tints of Lavender Rose #FFACF3

Color information

#FFACF3 (or 0xFFACF3) is unknown color: approx Lavender Rose. HEX triplet: FF, AC and F3. RGB value is (255,172,243). Sum of RGB (Red+Green+Blue) = 255+172+243=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 172 (67.58% from 255 or 25.67% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACF3 is #00530C. Grayscale: #CCCCCC. Windows color (decimal): -21261 or 15969535. OLE color: 15969535.

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

Color convert

RGB255172243-
CMYK00.330.050
HSL308.67º100%83.73%-
HSV(B)308.67º32.55%100%-
XYZ72.1757.2492.04-
YUV204.91149.5163.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 172 (67.58% from 255) = 25.67%
BLUE value IS 243 (95.31% from 255) = 36.27%
R=38.06%
G=25.67%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517224300.330.050308.6710083.73
HexFFACF3021501356454
Octal37725436304150465144124
Binary1111111110101100111100110100001101010011010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACF3; }

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

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

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

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

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

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

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

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