#FFACF4

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

Shades of Lavender Rose #FFACF4

Tints of Lavender Rose #FFACF4

Color information

#FFACF4 (or 0xFFACF4) is unknown color: approx Lavender Rose. HEX triplet: FF, AC and F4. RGB value is (255,172,244). Sum of RGB (Red+Green+Blue) = 255+172+244=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 172 (67.58% from 255 or 25.63% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACF4 is #00530B. Grayscale: #CCCCCC. Windows color (decimal): -21260 or 16035071. OLE color: 16035071.

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

Color convert

RGB255172244-
CMYK00.330.040
HSL307.95º100%83.73%-
HSV(B)307.95º32.55%100%-
XYZ72.3257.392.84-
YUV205.02150163.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.00%
GREEN value IS 172 (67.58% from 255) = 25.63%
BLUE value IS 244 (95.70% from 255) = 36.36%
R=38.00%
G=25.63%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517224400.330.040307.9510083.73
HexFFACF4021401346454
Octal37725436404140464144124
Binary1111111110101100111101000100001100010011010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACF4; }

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

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

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

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

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

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

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

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