#FFA7E4

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

Shades of Lavender Rose #FFA7E4

Tints of Lavender Rose #FFA7E4

Color information

#FFA7E4 (or 0xFFA7E4) is unknown color: approx Lavender Rose. HEX triplet: FF, A7 and E4. RGB value is (255,167,228). Sum of RGB (Red+Green+Blue) = 255+167+228=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 167 (65.62% from 255 or 25.69% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7E4 is #00581B. Grayscale: #C8C8C8. Windows color (decimal): -22556 or 14985215. OLE color: 14985215.

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

Color convert

RGB255167228-
CMYK00.350.110
HSL318.41º100%82.75%-
HSV(B)318.41º34.51%100%-
XYZ69.0654.580.28-
YUV200.27143.65167.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 167 (65.62% from 255) = 25.69%
BLUE value IS 228 (89.45% from 255) = 35.08%
R=39.23%
G=25.69%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516722800.350.110318.4110082.75
HexFFA7E4023B013e6453
Octal377247344043130476144123
Binary11111111101001111110010001000111011010011111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA7E4; }

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

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

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

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

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

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

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

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