#F7BBCA

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

Shades of Cupid #F7BBCA

Tints of Cupid #F7BBCA

Color information

#F7BBCA (or 0xF7BBCA) is unknown color: approx Cupid. HEX triplet: F7, BB and CA. RGB value is (247,187,202). Sum of RGB (Red+Green+Blue) = 247+187+202=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBCA is #084435. Grayscale: #CECECE. Windows color (decimal): -541750 or 13286391. OLE color: 13286391.

HSL color Cylindrical-coordinate representation of color #F7BBCA: hue angle of 345º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BBCA is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247187202-
CMYK00.240.180.03
HSL345º78.95%85.1%-
HSV(B)345º24.29%96.86%-
XYZ66.7959.5863.86-
YUV206.65125.38156.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.84%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 202 (79.30% from 255) = 31.76%
R=38.84%
G=29.40%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718720200.240.180.0334578.9585.1
HexF7BBCA0181231594f55
Octal367273312030223531117125
Binary111101111011101111001010011000100101110101100110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BBCA; }

 p { color: rgb(247,187,202); }

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

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

 a { background-color: rgb(247,187,202); }

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

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

 span { border-color: rgb(247,187,202); }

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