#FFA7DC

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

Shades of Lavender Rose #FFA7DC

Tints of Lavender Rose #FFA7DC

Color information

#FFA7DC (or 0xFFA7DC) is unknown color: approx Lavender Rose. HEX triplet: FF, A7 and DC. RGB value is (255,167,220). Sum of RGB (Red+Green+Blue) = 255+167+220=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 167 (65.62% from 255 or 26.01% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7DC is #005823. Grayscale: #C7C7C7. Windows color (decimal): -22564 or 14460927. OLE color: 14460927.

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

Color convert

RGB255167220-
CMYK00.350.140
HSL323.86º100%82.75%-
HSV(B)323.86º34.51%100%-
XYZ67.9854.0674.56-
YUV199.35139.65167.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 167 (65.62% from 255) = 26.01%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=39.72%
G=26.01%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516722000.350.140323.8610082.75
HexFFA7DC023E01446453
Octal377247334043160504144123
Binary11111111101001111101110001000111110010100010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA7DC; }

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

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

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

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

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

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

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

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