#F6BAC8

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

Shades of Cupid #F6BAC8

Tints of Cupid #F6BAC8

Color information

#F6BAC8 (or 0xF6BAC8) is unknown color: approx Cupid. HEX triplet: F6, BA and C8. RGB value is (246,186,200). Sum of RGB (Red+Green+Blue) = 246+186+200=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BAC8 is #094537. Grayscale: #CDCDCD. Windows color (decimal): -607544 or 13155062. OLE color: 13155062.

HSL color Cylindrical-coordinate representation of color #F6BAC8: hue angle of 346º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BAC8 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB246186200-
CMYK00.240.190.04
HSL346º76.92%84.71%-
HSV(B)346º24.39%96.47%-
XYZ65.9958.8862.53-
YUV205.54124.88156.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.92%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 200 (78.52% from 255) = 31.65%
R=38.92%
G=29.43%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618620000.240.190.0434676.9284.71
HexF6BAC801813415a4d55
Octal366272310030234532115125
Binary1111011010111010110010000110001001110010101101010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BAC8; }

 p { color: rgb(246,186,200); }

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

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

 a { background-color: rgb(246,186,200); }

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

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

 span { border-color: rgb(246,186,200); }

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