#F3B0CB

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

Shades of Cupid #F3B0CB

Tints of Cupid #F3B0CB

Color information

#F3B0CB (or 0xF3B0CB) is unknown color: approx Cupid. HEX triplet: F3, B0 and CB. RGB value is (243,176,203). Sum of RGB (Red+Green+Blue) = 243+176+203=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B0CB is #0C4F34. Grayscale: #C7C7C7. Windows color (decimal): -806709 or 13349107. OLE color: 13349107.

HSL color Cylindrical-coordinate representation of color #F3B0CB: hue angle of 335.82º 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 #F3B0CB is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243176203-
CMYK00.280.160.05
HSL335.82º73.63%82.16%-
HSV(B)335.82º27.57%95.29%-
XYZ63.2754.4263.67-
YUV199.11130.2159.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.07%
GREEN value IS 176 (69.14% from 255) = 28.30%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=39.07%
G=28.30%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317620300.280.160.05335.8273.6382.16
HexF3B0CB01C1051504a52
Octal363260313034205520112122
Binary1111001110110000110010110111001000010110101000010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B0CB; }

 p { color: rgb(243,176,203); }

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

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

 a { background-color: rgb(243,176,203); }

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

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

 span { border-color: rgb(243,176,203); }

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