#FFACF1

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

Shades of Lavender Rose #FFACF1

Tints of Lavender Rose #FFACF1

Color information

#FFACF1 (or 0xFFACF1) is unknown color: approx Lavender Rose. HEX triplet: FF, AC and F1. RGB value is (255,172,241). Sum of RGB (Red+Green+Blue) = 255+172+241=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 172 (67.58% from 255 or 25.75% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACF1 is #00530E. Grayscale: #CCCCCC. Windows color (decimal): -21263 or 15838463. OLE color: 15838463.

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

Color convert

RGB255172241-
CMYK00.330.050
HSL310.12º100%83.73%-
HSV(B)310.12º32.55%100%-
XYZ71.8757.1290.46-
YUV204.68148.5163.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 172 (67.58% from 255) = 25.75%
BLUE value IS 241 (94.53% from 255) = 36.08%
R=38.17%
G=25.75%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517224100.330.050310.1210083.73
HexFFACF1021501366454
Octal37725436104150466144124
Binary1111111110101100111100010100001101010011011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACF1; }

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

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

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

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

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

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

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

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