#F9B7CD

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

Shades of Cupid #F9B7CD

Tints of Cupid #F9B7CD

Color information

#F9B7CD (or 0xF9B7CD) is unknown color: approx Cupid. HEX triplet: F9, B7 and CD. RGB value is (249,183,205). Sum of RGB (Red+Green+Blue) = 249+183+205=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 183 (71.88% from 255 or 28.73% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B7CD is #064832. Grayscale: #CDCDCD. Windows color (decimal): -411699 or 13481977. OLE color: 13481977.

HSL color Cylindrical-coordinate representation of color #F9B7CD: hue angle of 340º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9B7CD is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249183205-
CMYK00.270.180.02
HSL340º84.62%84.71%-
HSV(B)340º26.51%97.65%-
XYZ67.0258.4165.5-
YUV205.24127.87159.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.09%
GREEN value IS 183 (71.88% from 255) = 28.73%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=39.09%
G=28.73%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918320500.270.180.0234084.6284.71
HexF9B7CD01B1221545555
Octal371267315033222524125125
Binary111110011011011111001101011011100101010101010010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B7CD; }

 p { color: rgb(249,183,205); }

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

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

 a { background-color: rgb(249,183,205); }

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

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

 span { border-color: rgb(249,183,205); }

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