#F8ACBF

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

Shades of Cupid #F8ACBF

Tints of Cupid #F8ACBF

Color information

#F8ACBF (or 0xF8ACBF) is unknown color: approx Cupid. HEX triplet: F8, AC and BF. RGB value is (248,172,191). Sum of RGB (Red+Green+Blue) = 248+172+191=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACBF is #075340. Grayscale: #C4C4C4. Windows color (decimal): -480065 or 12561656. OLE color: 12561656.

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

Color convert

RGB248172191-
CMYK00.310.230.03
HSL345º84.44%82.35%-
HSV(B)345º30.65%97.25%-
XYZ62.8753.2256.25-
YUV196.89124.68164.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.59%
GREEN value IS 172 (67.58% from 255) = 28.15%
BLUE value IS 191 (75% from 255) = 31.26%
R=40.59%
G=28.15%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817219100.310.230.0334584.4482.35
HexF8ACBF01F1731595452
Octal370254277037273531124122
Binary111110001010110010111111011111101111110101100110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACBF; }

 p { color: rgb(248,172,191); }

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

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

 a { background-color: rgb(248,172,191); }

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

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

 span { border-color: rgb(248,172,191); }

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