#F3B5CC

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

Shades of Cupid #F3B5CC

Tints of Cupid #F3B5CC

Color information

#F3B5CC (or 0xF3B5CC) is unknown color: approx Cupid. HEX triplet: F3, B5 and CC. RGB value is (243,181,204). Sum of RGB (Red+Green+Blue) = 243+181+204=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B5CC is #0C4A33. Grayscale: #CACACA. Windows color (decimal): -805428 or 13415923. OLE color: 13415923.

HSL color Cylindrical-coordinate representation of color #F3B5CC: hue angle of 337.74º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3B5CC is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243181204-
CMYK00.260.160.05
HSL337.74º72.09%83.14%-
HSV(B)337.74º25.51%95.29%-
XYZ64.3956.4664.63-
YUV202.16129.04157.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.69%
GREEN value IS 181 (71.09% from 255) = 28.82%
BLUE value IS 204 (80.08% from 255) = 32.48%
R=38.69%
G=28.82%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318120400.260.160.05337.7472.0983.14
HexF3B5CC01A1051524853
Octal363265314032205522110123
Binary1111001110110101110011000110101000010110101001010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B5CC; }

 p { color: rgb(243,181,204); }

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

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

 a { background-color: rgb(243,181,204); }

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

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

 span { border-color: rgb(243,181,204); }

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