#F9B7CB

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

Shades of Cupid #F9B7CB

Tints of Cupid #F9B7CB

Color information

#F9B7CB (or 0xF9B7CB) is unknown color: approx Cupid. HEX triplet: F9, B7 and CB. RGB value is (249,183,203). Sum of RGB (Red+Green+Blue) = 249+183+203=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B7CB is #064834. Grayscale: #CDCDCD. Windows color (decimal): -411701 or 13350905. OLE color: 13350905.

HSL color Cylindrical-coordinate representation of color #F9B7CB: hue angle of 341.82º 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 #F9B7CB is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249183203-
CMYK00.270.180.02
HSL341.82º84.62%84.71%-
HSV(B)341.82º26.51%97.65%-
XYZ66.7858.3264.24-
YUV205.01126.87159.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.21%
GREEN value IS 183 (71.88% from 255) = 28.82%
BLUE value IS 203 (79.69% from 255) = 31.97%
R=39.21%
G=28.82%
B=31.97%

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
Decimal24918320300.270.180.02341.8284.6284.71
HexF9B7CB01B1221565555
Octal371267313033222526125125
Binary111110011011011111001011011011100101010101011010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B7CB; }

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

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

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

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

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

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

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

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