#FFA4F1

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

Shades of Lavender Rose #FFA4F1

Tints of Lavender Rose #FFA4F1

Color information

#FFA4F1 (or 0xFFA4F1) is unknown color: approx Lavender Rose. HEX triplet: FF, A4 and F1. RGB value is (255,164,241). Sum of RGB (Red+Green+Blue) = 255+164+241=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 164 (64.45% from 255 or 24.85% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA4F1 is #005B0E. Grayscale: #C7C7C7. Windows color (decimal): -23311 or 15836415. OLE color: 15836415.

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

Color convert

RGB255164241-
CMYK00.360.050
HSL309.23º100%82.16%-
HSV(B)309.23º35.69%100%-
XYZ70.3954.1689.96-
YUV199.99151.15167.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 164 (64.45% from 255) = 24.85%
BLUE value IS 241 (94.53% from 255) = 36.52%
R=38.64%
G=24.85%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516424100.360.050309.2310082.16
HexFFA4F1024501356452
Octal37724436104450465144122
Binary1111111110100100111100010100100101010011010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4F1; }

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

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

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

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

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

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

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

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