#FFACF7

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

Shades of Lavender Rose #FFACF7

Tints of Lavender Rose #FFACF7

Color information

#FFACF7 (or 0xFFACF7) is unknown color: approx Lavender Rose. HEX triplet: FF, AC and F7. RGB value is (255,172,247). Sum of RGB (Red+Green+Blue) = 255+172+247=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 172 (67.58% from 255 or 25.52% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACF7 is #005308. Grayscale: #CDCDCD. Windows color (decimal): -21257 or 16231679. OLE color: 16231679.

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

Color convert

RGB255172247-
CMYK00.330.030
HSL305.78º100%83.73%-
HSV(B)305.78º32.55%100%-
XYZ72.7857.4895.25-
YUV205.37151.5163.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 172 (67.58% from 255) = 25.52%
BLUE value IS 247 (96.88% from 255) = 36.65%
R=37.83%
G=25.52%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517224700.330.030305.7810083.73
HexFFACF7021301326454
Octal37725436704130462144124
Binary111111111010110011110111010000111010011001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACF7; }

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

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

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

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

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

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

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

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