#FFACFF

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

Shades of Lavender Rose #FFACFF

Tints of Lavender Rose #FFACFF

Color information

#FFACFF (or 0xFFACFF) is unknown color: approx Lavender Rose. HEX triplet: FF, AC and FF. RGB value is (255,172,255). Sum of RGB (Red+Green+Blue) = 255+172+255=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 172 (67.58% from 255 or 25.22% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACFF is #005300. Grayscale: #CECECE. Windows color (decimal): -21249 or 16755967. OLE color: 16755967.

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

Color convert

RGB255172255-
CMYK00.3300
HSL300º100%83.73%-
HSV(B)300º32.55%100%-
XYZ74.0457.99101.9-
YUV206.28155.5162.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 172 (67.58% from 255) = 25.22%
BLUE value IS 255 (100% from 255) = 37.39%
R=37.39%
G=25.22%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517225500.330030010083.73
HexFFACFF0210012c6454
Octal37725437704100454144124
Binary11111111101011001111111101000010010010110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACFF; }

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

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

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

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

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

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

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

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