#FFACFA

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

Shades of Lavender Rose #FFACFA

Tints of Lavender Rose #FFACFA

Color information

#FFACFA (or 0xFFACFA) is unknown color: approx Lavender Rose. HEX triplet: FF, AC and FA. RGB value is (255,172,250). Sum of RGB (Red+Green+Blue) = 255+172+250=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 172 (67.58% from 255 or 25.41% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACFA is #005305. Grayscale: #CDCDCD. Windows color (decimal): -21254 or 16428287. OLE color: 16428287.

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

Color convert

RGB255172250-
CMYK00.330.020
HSL303.61º100%83.73%-
HSV(B)303.61º32.55%100%-
XYZ73.2557.6797.71-
YUV205.71153163.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 172 (67.58% from 255) = 25.41%
BLUE value IS 250 (98.05% from 255) = 36.93%
R=37.67%
G=25.41%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517225000.330.020303.6110083.73
HexFFACFA021201306454
Octal37725437204120460144124
Binary111111111010110011111010010000110010011000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACFA; }

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

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

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

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

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

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

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

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