#FFA4F0

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

Shades of Lavender Rose #FFA4F0

Tints of Lavender Rose #FFA4F0

Color information

#FFA4F0 (or 0xFFA4F0) is unknown color: approx Lavender Rose. HEX triplet: FF, A4 and F0. RGB value is (255,164,240). Sum of RGB (Red+Green+Blue) = 255+164+240=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 164 (64.45% from 255 or 24.89% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA4F0 is #005B0F. Grayscale: #C7C7C7. Windows color (decimal): -23312 or 15770879. OLE color: 15770879.

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

Color convert

RGB255164240-
CMYK00.360.060
HSL309.89º100%82.16%-
HSV(B)309.89º35.69%100%-
XYZ70.2454.189.18-
YUV199.87150.65167.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 164 (64.45% from 255) = 24.89%
BLUE value IS 240 (94.14% from 255) = 36.42%
R=38.69%
G=24.89%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516424000.360.060309.8910082.16
HexFFA4F0024601366452
Octal37724436004460466144122
Binary1111111110100100111100000100100110010011011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4F0; }

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

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

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

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

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

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

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

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