#F9B4C4

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

Shades of Cupid #F9B4C4

Tints of Cupid #F9B4C4

Color information

#F9B4C4 (or 0xF9B4C4) is unknown color: approx Cupid. HEX triplet: F9, B4 and C4. RGB value is (249,180,196). Sum of RGB (Red+Green+Blue) = 249+180+196=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B4C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B4C4 is #064B3B. Grayscale: #CACACA. Windows color (decimal): -412476 or 12891385. OLE color: 12891385.

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

Color convert

RGB249180196-
CMYK00.280.210.02
HSL346.09º85.19%84.12%-
HSV(B)346.09º27.71%97.65%-
XYZ65.3556.7759.74-
YUV202.46124.36161.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.84%
GREEN value IS 180 (70.70% from 255) = 28.8%
BLUE value IS 196 (76.95% from 255) = 31.36%
R=39.84%
G=28.8%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918019600.280.210.02346.0985.1984.12
HexF9B4C401C15215a5554
Octal371264304034252532125124
Binary111110011011010011000100011100101011010101101010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B4C4; }

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

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

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

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

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

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

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

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