#F8BACE

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

Shades of Cupid #F8BACE

Tints of Cupid #F8BACE

Color information

#F8BACE (or 0xF8BACE) is unknown color: approx Cupid. HEX triplet: F8, BA and CE. RGB value is (248,186,206). Sum of RGB (Red+Green+Blue) = 248+186+206=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BACE is #074531. Grayscale: #CECECE. Windows color (decimal): -476466 or 13548280. OLE color: 13548280.

HSL color Cylindrical-coordinate representation of color #F8BACE: hue angle of 340.65º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BACE is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248186206-
CMYK00.250.170.03
HSL340.65º81.58%85.1%-
HSV(B)340.65º25%97.25%-
XYZ67.4159.5366.33-
YUV206.82127.54157.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.75%
GREEN value IS 186 (73.05% from 255) = 29.06%
BLUE value IS 206 (80.86% from 255) = 32.19%
R=38.75%
G=29.06%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818620600.250.170.03340.6581.5885.1
HexF8BACE0191131555255
Octal370272316031213525122125
Binary111110001011101011001110011001100011110101010110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BACE; }

 p { color: rgb(248,186,206); }

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

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

 a { background-color: rgb(248,186,206); }

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

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

 span { border-color: rgb(248,186,206); }

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