#FFA7F9

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

Shades of Lavender Rose #FFA7F9

Tints of Lavender Rose #FFA7F9

Color information

#FFA7F9 (or 0xFFA7F9) is unknown color: approx Lavender Rose. HEX triplet: FF, A7 and F9. RGB value is (255,167,249). Sum of RGB (Red+Green+Blue) = 255+167+249=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 167 (65.62% from 255 or 24.89% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA7F9 is #005806. Grayscale: #CACACA. Windows color (decimal): -22535 or 16361471. OLE color: 16361471.

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

Color convert

RGB255167249-
CMYK00.350.020
HSL304.09º100%82.75%-
HSV(B)304.09º34.51%100%-
XYZ72.1655.7496.58-
YUV202.66154.15165.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.00%
GREEN value IS 167 (65.62% from 255) = 24.89%
BLUE value IS 249 (97.66% from 255) = 37.11%
R=38.00%
G=24.89%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516724900.350.020304.0910082.75
HexFFA7F9023201306453
Octal37724737104320460144123
Binary111111111010011111111001010001110010011000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA7F9; }

 p { color: rgb(255,167,249); }

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

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

 a { background-color: rgb(255,167,249); }

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

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

 span { border-color: rgb(255,167,249); }

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