#F8ABE7

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

Shades of Lavender Rose #F8ABE7

Tints of Lavender Rose #F8ABE7

Color information

#F8ABE7 (or 0xF8ABE7) is unknown color: approx Lavender Rose. HEX triplet: F8, AB and E7. RGB value is (248,171,231). Sum of RGB (Red+Green+Blue) = 248+171+231=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 171 (67.19% from 255 or 26.31% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ABE7 is #075418. Grayscale: #C8C8C8. Windows color (decimal): -480281 or 15182840. OLE color: 15182840.

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

Color convert

RGB248171231-
CMYK00.310.070.03
HSL313.25º84.62%82.16%-
HSV(B)313.25º31.05%97.25%-
XYZ67.754.8582.62-
YUV200.86145.01161.62-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.15%
GREEN value IS 171 (67.19% from 255) = 26.31%
BLUE value IS 231 (90.62% from 255) = 35.54%
R=38.15%
G=26.31%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817123100.310.070.03313.2584.6282.16
HexF8ABE701F731395552
Octal37025334703773471125122
Binary1111100010101011111001110111111111110011100110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ABE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ABE7; }

 p { color: rgb(248,171,231); }

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

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

 a { background-color: rgb(248,171,231); }

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

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

 span { border-color: rgb(248,171,231); }

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