#F8ABF2

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

Shades of Lavender Rose #F8ABF2

Tints of Lavender Rose #F8ABF2

Color information

#F8ABF2 (or 0xF8ABF2) is unknown color: approx Lavender Rose. HEX triplet: F8, AB and F2. RGB value is (248,171,242). Sum of RGB (Red+Green+Blue) = 248+171+242=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 171 (67.19% from 255 or 25.87% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ABF2 is #07540D. Grayscale: #C9C9C9. Windows color (decimal): -480270 or 15903736. OLE color: 15903736.

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

Color convert

RGB248171242-
CMYK00.310.020.03
HSL304.68º84.62%82.16%-
HSV(B)304.68º31.05%97.25%-
XYZ69.355.4991.06-
YUV202.12150.51160.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.52%
GREEN value IS 171 (67.19% from 255) = 25.87%
BLUE value IS 242 (94.92% from 255) = 36.61%
R=37.52%
G=25.87%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817124200.310.020.03304.6884.6282.16
HexF8ABF201F231315552
Octal37025336203723461125122
Binary111110001010101111110010011111101110011000110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ABF2; }

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

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

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

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

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

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

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

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