#FFA4FD

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

Shades of Lavender Rose #FFA4FD

Tints of Lavender Rose #FFA4FD

Color information

#FFA4FD (or 0xFFA4FD) is unknown color: approx Lavender Rose. HEX triplet: FF, A4 and FD. RGB value is (255,164,253). Sum of RGB (Red+Green+Blue) = 255+164+253=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 164 (64.45% from 255 or 24.40% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA4FD is #005B02. Grayscale: #C9C9C9. Windows color (decimal): -23299 or 16622847. OLE color: 16622847.

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

Color convert

RGB255164253-
CMYK00.360.010
HSL301.32º100%82.16%-
HSV(B)301.32º35.69%100%-
XYZ72.2554.999.72-
YUV201.36157.15166.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 164 (64.45% from 255) = 24.40%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=37.95%
G=24.40%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516425300.360.010301.3210082.16
HexFFA4FD0241012d6452
Octal37724437504410455144122
Binary11111111101001001111110101001001010010110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4FD; }

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

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

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

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

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

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

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

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