#F3AFBB

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

Shades of Cupid #F3AFBB

Tints of Cupid #F3AFBB

Color information

#F3AFBB (or 0xF3AFBB) is unknown color: approx Cupid. HEX triplet: F3, AF and BB. RGB value is (243,175,187). Sum of RGB (Red+Green+Blue) = 243+175+187=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AFBB is #0C5044. Grayscale: #C4C4C4. Windows color (decimal): -806981 or 12300275. OLE color: 12300275.

HSL color Cylindrical-coordinate representation of color #F3AFBB: hue angle of 349.41º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3AFBB is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB243175187-
CMYK00.280.230.05
HSL349.41º73.91%81.96%-
HSV(B)349.41º27.98%95.29%-
XYZ61.2653.354.07-
YUV196.7122.53161.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.17%
GREEN value IS 175 (68.75% from 255) = 28.93%
BLUE value IS 187 (73.44% from 255) = 30.91%
R=40.17%
G=28.93%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317518700.280.230.05349.4173.9181.96
HexF3AFBB01C17515d4a52
Octal363257273034275535112122
Binary1111001110101111101110110111001011110110101110110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AFBB; }

 p { color: rgb(243,175,187); }

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

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

 a { background-color: rgb(243,175,187); }

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

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

 span { border-color: rgb(243,175,187); }

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