#F8A7E1

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

Shades of Lavender Rose #F8A7E1

Tints of Lavender Rose #F8A7E1

Color information

#F8A7E1 (or 0xF8A7E1) is unknown color: approx Lavender Rose. HEX triplet: F8, A7 and E1. RGB value is (248,167,225). Sum of RGB (Red+Green+Blue) = 248+167+225=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A7E1 is #07581E. Grayscale: #C5C5C5. Windows color (decimal): -481311 or 14788600. OLE color: 14788600.

HSL color Cylindrical-coordinate representation of color #F8A7E1: hue angle of 317.04º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A7E1 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB248167225-
CMYK00.330.090.03
HSL317.04º85.26%81.37%-
HSV(B)317.04º32.66%97.25%-
XYZ66.1253.0377.99-
YUV197.83143.34163.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.75%
GREEN value IS 167 (65.62% from 255) = 26.09%
BLUE value IS 225 (88.28% from 255) = 35.16%
R=38.75%
G=26.09%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816722500.330.090.03317.0485.2681.37
HexF8A7E10219313d5551
Octal370247341041113475125121
Binary111110001010011111100001010000110011110011110110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A7E1; }

 p { color: rgb(248,167,225); }

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

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

 a { background-color: rgb(248,167,225); }

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

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

 span { border-color: rgb(248,167,225); }

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