#f8afbf

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

Shades of Cupid #F8AFBF

Tints of Cupid #F8AFBF

Color information

#F8AFBF (or 0xF8AFBF) is unknown color: approx Cupid. HEX triplet: F8, AF and BF. RGB value is (248,175,191). Sum of RGB (Red+Green+Blue) = 248+175+191=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFBF is #075040. Grayscale: #C6C6C6. Windows color (decimal): -479297 or 12562424. OLE color: 12562424.

HSL color Cylindrical-coordinate representation of color #F8AFBF: hue angle of 346.85º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8AFBF is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248175191-
CMYK00.290.230.03
HSL346.85º83.91%82.94%-
HSV(B)346.85º29.44%97.25%-
XYZ63.4554.3856.44-
YUV198.65123.68163.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.39%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 191 (75% from 255) = 31.11%
R=40.39%
G=28.50%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817519100.290.230.03346.8583.9182.94
HexF8AFBF01D17315b5453
Octal370257277035273533124123
Binary111110001010111110111111011101101111110101101110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8afbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8afbf; }

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

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

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

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

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

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

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

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