#F9B8CD

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

Shades of Cupid #F9B8CD

Tints of Cupid #F9B8CD

Color information

#F9B8CD (or 0xF9B8CD) is unknown color: approx Cupid. HEX triplet: F9, B8 and CD. RGB value is (249,184,205). Sum of RGB (Red+Green+Blue) = 249+184+205=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 184 (72.27% from 255 or 28.84% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B8CD is #064732. Grayscale: #CDCDCD. Windows color (decimal): -411443 or 13482233. OLE color: 13482233.

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

Color convert

RGB249184205-
CMYK00.260.180.02
HSL340.62º84.42%84.9%-
HSV(B)340.62º26.1%97.65%-
XYZ67.2358.8365.57-
YUV205.83127.53158.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.03%
GREEN value IS 184 (72.27% from 255) = 28.84%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=39.03%
G=28.84%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918420500.260.180.02340.6284.4284.9
HexF9B8CD01A1221555455
Octal371270315032222525124125
Binary111110011011100011001101011010100101010101010110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B8CD; }

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

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

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

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

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

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

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

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