#F8BACD

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

Shades of Cupid #F8BACD

Tints of Cupid #F8BACD

Color information

#F8BACD (or 0xF8BACD) is unknown color: approx Cupid. HEX triplet: F8, BA and CD. RGB value is (248,186,205). Sum of RGB (Red+Green+Blue) = 248+186+205=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BACD is #074532. Grayscale: #CECECE. Windows color (decimal): -476467 or 13482744. OLE color: 13482744.

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

Color convert

RGB248186205-
CMYK00.250.170.03
HSL341.61º81.58%85.1%-
HSV(B)341.61º25%97.25%-
XYZ67.2959.4865.69-
YUV206.7127.04157.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.81%
GREEN value IS 186 (73.05% from 255) = 29.11%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=38.81%
G=29.11%
B=32.08%

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
Decimal24818620500.250.170.03341.6181.5885.1
HexF8BACD0191131565255
Octal370272315031213526122125
Binary111110001011101011001101011001100011110101011010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BACD; }

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

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

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

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

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

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

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

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