#F8ABE0

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

Shades of Lavender Rose #F8ABE0

Tints of Lavender Rose #F8ABE0

Color information

#F8ABE0 (or 0xF8ABE0) is unknown color: approx Lavender Rose. HEX triplet: F8, AB and E0. RGB value is (248,171,224). Sum of RGB (Red+Green+Blue) = 248+171+224=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABE0 is #07541F. Grayscale: #C7C7C7. Windows color (decimal): -480288 or 14724088. OLE color: 14724088.

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

Color convert

RGB248171224-
CMYK00.310.100.03
HSL318.7º84.62%82.16%-
HSV(B)318.7º31.05%97.25%-
XYZ66.7354.4677.52-
YUV200.06141.51162.19-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.57%
GREEN value IS 171 (67.19% from 255) = 26.59%
BLUE value IS 224 (87.89% from 255) = 34.84%
R=38.57%
G=26.59%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817122400.310.100.03318.784.6282.16
HexF8ABE001FA313f5552
Octal370253340037123477125122
Binary11111000101010111110000001111110101110011111110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ABE0; }

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

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

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

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

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

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

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

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