#F8A7E2

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

Shades of Lavender Rose #F8A7E2

Tints of Lavender Rose #F8A7E2

Color information

#F8A7E2 (or 0xF8A7E2) is unknown color: approx Lavender Rose. HEX triplet: F8, A7 and E2. RGB value is (248,167,226). Sum of RGB (Red+Green+Blue) = 248+167+226=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 167 (65.62% from 255 or 26.05% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A7E2 is #07581D. Grayscale: #C5C5C5. Windows color (decimal): -481310 or 14854136. OLE color: 14854136.

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

Color convert

RGB248167226-
CMYK00.330.090.03
HSL316.3º85.26%81.37%-
HSV(B)316.3º32.66%97.25%-
XYZ66.2653.0878.71-
YUV197.94143.84163.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.69%
GREEN value IS 167 (65.62% from 255) = 26.05%
BLUE value IS 226 (88.67% from 255) = 35.26%
R=38.69%
G=26.05%
B=35.26%

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
Decimal24816722600.330.090.03316.385.2681.37
HexF8A7E20219313c5551
Octal370247342041113474125121
Binary111110001010011111100010010000110011110011110010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A7E2; }

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

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

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

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

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

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

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

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