#FFA4FA

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

Shades of Lavender Rose #FFA4FA

Tints of Lavender Rose #FFA4FA

Color information

#FFA4FA (or 0xFFA4FA) is unknown color: approx Lavender Rose. HEX triplet: FF, A4 and FA. RGB value is (255,164,250). Sum of RGB (Red+Green+Blue) = 255+164+250=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 164 (64.45% from 255 or 24.51% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA4FA is #005B05. Grayscale: #C8C8C8. Windows color (decimal): -23302 or 16426239. OLE color: 16426239.

HSL color Cylindrical-coordinate representation of color #FFA4FA: hue angle of 303.3º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA4FA is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255164250-
CMYK00.360.020
HSL303.3º100%82.16%-
HSV(B)303.3º35.69%100%-
XYZ71.7754.7197.22-
YUV201.01155.65166.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 164 (64.45% from 255) = 24.51%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=38.12%
G=24.51%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516425000.360.020303.310082.16
HexFFA4FA0242012f6452
Octal37724437204420457144122
Binary111111111010010011111010010010010010010111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4FA; }

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

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

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

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

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

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

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

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