#F8ABE6

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

Shades of Lavender Rose #F8ABE6

Tints of Lavender Rose #F8ABE6

Color information

#F8ABE6 (or 0xF8ABE6) is unknown color: approx Lavender Rose. HEX triplet: F8, AB and E6. RGB value is (248,171,230). Sum of RGB (Red+Green+Blue) = 248+171+230=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ABE6 is #075419. Grayscale: #C8C8C8. Windows color (decimal): -480282 or 15117304. OLE color: 15117304.

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

Color convert

RGB248171230-
CMYK00.310.070.03
HSL314.03º84.62%82.16%-
HSV(B)314.03º31.05%97.25%-
XYZ67.5654.881.88-
YUV200.75144.51161.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.21%
GREEN value IS 171 (67.19% from 255) = 26.35%
BLUE value IS 230 (90.23% from 255) = 35.44%
R=38.21%
G=26.35%
B=35.44%

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
Decimal24817123000.310.070.03314.0384.6282.16
HexF8ABE601F7313a5552
Octal37025334603773472125122
Binary1111100010101011111001100111111111110011101010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ABE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ABE6; }

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

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

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

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

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

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

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

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