#F8ABDC

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

Shades of Lavender Rose #F8ABDC

Tints of Lavender Rose #F8ABDC

Color information

#F8ABDC (or 0xF8ABDC) is unknown color: approx Lavender Rose. HEX triplet: F8, AB and DC. RGB value is (248,171,220). Sum of RGB (Red+Green+Blue) = 248+171+220=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABDC is #075423. Grayscale: #C7C7C7. Windows color (decimal): -480292 or 14461944. OLE color: 14461944.

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

Color convert

RGB248171220-
CMYK00.310.110.03
HSL321.82º84.62%82.16%-
HSV(B)321.82º31.05%97.25%-
XYZ66.1954.2574.69-
YUV199.61139.51162.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.81%
GREEN value IS 171 (67.19% from 255) = 26.76%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=38.81%
G=26.76%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817122000.310.110.03321.8284.6282.16
HexF8ABDC01FB31425552
Octal370253334037133502125122
Binary11111000101010111101110001111110111110100001010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ABDC; }

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

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

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

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

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

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

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

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