#F6B3C1

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

Shades of Cupid #F6B3C1

Tints of Cupid #F6B3C1

Color information

#F6B3C1 (or 0xF6B3C1) is unknown color: approx Cupid. HEX triplet: F6, B3 and C1. RGB value is (246,179,193). Sum of RGB (Red+Green+Blue) = 246+179+193=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B3C1 is #094C3E. Grayscale: #C8C8C8. Windows color (decimal): -609343 or 12694518. OLE color: 12694518.

HSL color Cylindrical-coordinate representation of color #F6B3C1: hue angle of 347.46º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6B3C1 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB246179193-
CMYK00.270.220.04
HSL347.46º78.82%83.33%-
HSV(B)347.46º27.24%96.47%-
XYZ63.7555.6857.84-
YUV200.63123.7160.36-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.81%
GREEN value IS 179 (70.31% from 255) = 28.96%
BLUE value IS 193 (75.78% from 255) = 31.23%
R=39.81%
G=28.96%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617919300.270.220.04347.4678.8283.33
HexF6B3C101B16415b4f53
Octal366263301033264533117123
Binary1111011010110011110000010110111011010010101101110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B3C1; }

 p { color: rgb(246,179,193); }

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

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

 a { background-color: rgb(246,179,193); }

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

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

 span { border-color: rgb(246,179,193); }

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