#FFACF0

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

Shades of Lavender Rose #FFACF0

Tints of Lavender Rose #FFACF0

Color information

#FFACF0 (or 0xFFACF0) is unknown color: approx Lavender Rose. HEX triplet: FF, AC and F0. RGB value is (255,172,240). Sum of RGB (Red+Green+Blue) = 255+172+240=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 172 (67.58% from 255 or 25.79% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACF0 is #00530F. Grayscale: #CCCCCC. Windows color (decimal): -21264 or 15772927. OLE color: 15772927.

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

Color convert

RGB255172240-
CMYK00.330.060
HSL310.84º100%83.73%-
HSV(B)310.84º32.55%100%-
XYZ71.7257.0689.67-
YUV204.57148163.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 172 (67.58% from 255) = 25.79%
BLUE value IS 240 (94.14% from 255) = 35.98%
R=38.23%
G=25.79%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517224000.330.060310.8410083.73
HexFFACF0021601376454
Octal37725436004160467144124
Binary1111111110101100111100000100001110010011011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACF0; }

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

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

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

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

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

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

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

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