#F8A7EA

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

Shades of Lavender Rose #F8A7EA

Tints of Lavender Rose #F8A7EA

Color information

#F8A7EA (or 0xF8A7EA) is unknown color: approx Lavender Rose. HEX triplet: F8, A7 and EA. RGB value is (248,167,234). Sum of RGB (Red+Green+Blue) = 248+167+234=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 167 (65.62% from 255 or 25.73% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A7EA is #075815. Grayscale: #C6C6C6. Windows color (decimal): -481302 or 15378424. OLE color: 15378424.

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

Color convert

RGB248167234-
CMYK00.330.060.03
HSL310.37º85.26%81.37%-
HSV(B)310.37º32.66%97.25%-
XYZ67.3853.5384.62-
YUV198.86147.84163.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.21%
GREEN value IS 167 (65.62% from 255) = 25.73%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=38.21%
G=25.73%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816723400.330.060.03310.3785.2681.37
HexF8A7EA021631365551
Octal37024735204163466125121
Binary11111000101001111110101001000011101110011011010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A7EA; }

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

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

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

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

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

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

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

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