#f3a8bb

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

Shades of Cupid #F3A8BB

Tints of Cupid #F3A8BB

Color information

#F3A8BB (or 0xF3A8BB) is unknown color: approx Cupid. HEX triplet: F3, A8 and BB. RGB value is (243,168,187). Sum of RGB (Red+Green+Blue) = 243+168+187=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8BB is #0C5744. Grayscale: #C0C0C0. Windows color (decimal): -808773 or 12298483. OLE color: 12298483.

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

Color convert

RGB243168187-
CMYK00.310.230.05
HSL344.8º75.76%80.59%-
HSV(B)344.8º30.86%95.29%-
XYZ59.9350.6553.63-
YUV192.59124.85163.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.64%
GREEN value IS 168 (66.02% from 255) = 28.09%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=40.64%
G=28.09%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316818700.310.230.05344.875.7680.59
HexF3A8BB01F1751594c51
Octal363250273037275531114121
Binary1111001110101000101110110111111011110110101100110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3a8bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3a8bb; }

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

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

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

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

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

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

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

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