#F8A9EA

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

Shades of Lavender Rose #F8A9EA

Tints of Lavender Rose #F8A9EA

Color information

#F8A9EA (or 0xF8A9EA) is unknown color: approx Lavender Rose. HEX triplet: F8, A9 and EA. RGB value is (248,169,234). Sum of RGB (Red+Green+Blue) = 248+169+234=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 169 (66.41% from 255 or 25.96% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A9EA is #075615. Grayscale: #C7C7C7. Windows color (decimal): -480790 or 15378936. OLE color: 15378936.

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

Color convert

RGB248169234-
CMYK00.320.060.03
HSL310.63º84.95%81.76%-
HSV(B)310.63º31.85%97.25%-
XYZ67.7554.2784.75-
YUV200.03147.17162.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.10%
GREEN value IS 169 (66.41% from 255) = 25.96%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=38.10%
G=25.96%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816923400.320.060.03310.6384.9581.76
HexF8A9EA020631375552
Octal37025135204063467125122
Binary11111000101010011110101001000001101110011011110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A9EA; }

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

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

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

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

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

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

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

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