#F9B4CB

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

Shades of Cupid #F9B4CB

Tints of Cupid #F9B4CB

Color information

#F9B4CB (or 0xF9B4CB) is unknown color: approx Cupid. HEX triplet: F9, B4 and CB. RGB value is (249,180,203). Sum of RGB (Red+Green+Blue) = 249+180+203=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 180 (70.70% from 255 or 28.48% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B4CB is #064B34. Grayscale: #CBCBCB. Windows color (decimal): -412469 or 13350137. OLE color: 13350137.

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

Color convert

RGB249180203-
CMYK00.280.180.02
HSL340º85.19%84.12%-
HSV(B)340º27.71%97.65%-
XYZ66.1757.0964.03-
YUV203.25127.86160.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.40%
GREEN value IS 180 (70.70% from 255) = 28.48%
BLUE value IS 203 (79.69% from 255) = 32.12%
R=39.40%
G=28.48%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918020300.280.180.0234085.1984.12
HexF9B4CB01C1221545554
Octal371264313034222524125124
Binary111110011011010011001011011100100101010101010010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B4CB; }

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

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

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

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

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

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

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

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