#F9B8CA

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

Shades of Cupid #F9B8CA

Tints of Cupid #F9B8CA

Color information

#F9B8CA (or 0xF9B8CA) is unknown color: approx Cupid. HEX triplet: F9, B8 and CA. RGB value is (249,184,202). Sum of RGB (Red+Green+Blue) = 249+184+202=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B8CA is #064735. Grayscale: #CDCDCD. Windows color (decimal): -411446 or 13285625. OLE color: 13285625.

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

Color convert

RGB249184202-
CMYK00.260.190.02
HSL343.38º84.42%84.9%-
HSV(B)343.38º26.1%97.65%-
XYZ66.8758.6863.68-
YUV205.49126.03159.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.21%
GREEN value IS 184 (72.27% from 255) = 28.98%
BLUE value IS 202 (79.30% from 255) = 31.81%
R=39.21%
G=28.98%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918420200.260.190.02343.3884.4284.9
HexF9B8CA01A1321575455
Octal371270312032232527124125
Binary111110011011100011001010011010100111010101011110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B8CA; }

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

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

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

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

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

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

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

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