#F6ADBF

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

Shades of Cupid #F6ADBF

Tints of Cupid #F6ADBF

Color information

#F6ADBF (or 0xF6ADBF) is unknown color: approx Cupid. HEX triplet: F6, AD and BF. RGB value is (246,173,191). Sum of RGB (Red+Green+Blue) = 246+173+191=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADBF is #095240. Grayscale: #C4C4C4. Windows color (decimal): -610881 or 12561910. OLE color: 12561910.

HSL color Cylindrical-coordinate representation of color #F6ADBF: hue angle of 345.21º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ADBF is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB246173191-
CMYK00.300.220.04
HSL345.21º80.22%82.16%-
HSV(B)345.21º29.67%96.47%-
XYZ62.3553.2456.28-
YUV196.88124.68163.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.33%
GREEN value IS 173 (67.97% from 255) = 28.36%
BLUE value IS 191 (75% from 255) = 31.31%
R=40.33%
G=28.36%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617319100.300.220.04345.2180.2282.16
HexF6ADBF01E1641595052
Octal366255277036264531120122
Binary1111011010101101101111110111101011010010101100110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ADBF; }

 p { color: rgb(246,173,191); }

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

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

 a { background-color: rgb(246,173,191); }

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

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

 span { border-color: rgb(246,173,191); }

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