#F6B3CA

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

Shades of Cupid #F6B3CA

Tints of Cupid #F6B3CA

Color information

#F6B3CA (or 0xF6B3CA) is unknown color: approx Cupid. HEX triplet: F6, B3 and CA. RGB value is (246,179,202). Sum of RGB (Red+Green+Blue) = 246+179+202=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 179 (70.31% from 255 or 28.55% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B3CA is #094C35. Grayscale: #C9C9C9. Windows color (decimal): -609334 or 13284342. OLE color: 13284342.

HSL color Cylindrical-coordinate representation of color #F6B3CA: hue angle of 339.4º 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 #F6B3CA is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB246179202-
CMYK00.270.180.04
HSL339.4º78.82%83.33%-
HSV(B)339.4º27.24%96.47%-
XYZ64.7956.163.29-
YUV201.66128.2159.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.23%
GREEN value IS 179 (70.31% from 255) = 28.55%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=39.23%
G=28.55%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617920200.270.180.04339.478.8283.33
HexF6B3CA01B1241534f53
Octal366263312033224523117123
Binary1111011010110011110010100110111001010010101001110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B3CA; }

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

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

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

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

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

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

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

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