#FFA4F8

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

Shades of Lavender Rose #FFA4F8

Tints of Lavender Rose #FFA4F8

Color information

#FFA4F8 (or 0xFFA4F8) is unknown color: approx Lavender Rose. HEX triplet: FF, A4 and F8. RGB value is (255,164,248). Sum of RGB (Red+Green+Blue) = 255+164+248=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 164 (64.45% from 255 or 24.59% from 667); Blue value is 248 (97.27% from 255 or 37.18% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA4F8 is #005B07. Grayscale: #C8C8C8. Windows color (decimal): -23304 or 16295167. OLE color: 16295167.

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

Color convert

RGB255164248-
CMYK00.360.030
HSL304.62º100%82.16%-
HSV(B)304.62º35.69%100%-
XYZ71.4654.5995.58-
YUV200.78154.65166.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 164 (64.45% from 255) = 24.59%
BLUE value IS 248 (97.27% from 255) = 37.18%
R=38.23%
G=24.59%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516424800.360.030304.6210082.16
HexFFA4F8024301316452
Octal37724437004430461144122
Binary111111111010010011111000010010011010011000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4F8; }

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

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

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

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

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

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

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

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