#FFA7FD

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

Shades of Lavender Rose #FFA7FD

Tints of Lavender Rose #FFA7FD

Color information

#FFA7FD (or 0xFFA7FD) is unknown color: approx Lavender Rose. HEX triplet: FF, A7 and FD. RGB value is (255,167,253). Sum of RGB (Red+Green+Blue) = 255+167+253=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 167 (65.62% from 255 or 24.74% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA7FD is #005802. Grayscale: #CACACA. Windows color (decimal): -22531 or 16623615. OLE color: 16623615.

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

Color convert

RGB255167253-
CMYK00.350.010
HSL301.36º100%82.75%-
HSV(B)301.36º34.51%100%-
XYZ72.7955.9999.9-
YUV203.12156.15165.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.78%
GREEN value IS 167 (65.62% from 255) = 24.74%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=37.78%
G=24.74%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516725300.350.010301.3610082.75
HexFFA7FD0231012d6453
Octal37724737504310455144123
Binary11111111101001111111110101000111010010110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA7FD; }

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

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

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

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

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

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

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

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