#F9C5BE

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

Shades of Your Pink #F9C5BE

Tints of Your Pink #F9C5BE

Color information

#F9C5BE (or 0xF9C5BE) is unknown color: approx Your Pink. HEX triplet: F9, C5 and BE. RGB value is (249,197,190). Sum of RGB (Red+Green+Blue) = 249+197+190=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C5BE is #063A41. Grayscale: #D3D3D3. Windows color (decimal): -408130 or 12502521. OLE color: 12502521.

HSL color Cylindrical-coordinate representation of color #F9C5BE: hue angle of 7.12º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9C5BE is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249197190-
CMYK00.210.240.02
HSL7.12º83.1%86.08%-
HSV(B)7.12º23.69%97.65%-
XYZ68.3363.7957.43-
YUV211.75115.73154.57-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.15%
GREEN value IS 197 (77.34% from 255) = 30.97%
BLUE value IS 190 (74.61% from 255) = 29.87%
R=39.15%
G=30.97%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919719000.210.240.027.1283.186.08
HexF9C5BE01518275356
Octal3713052760253027123126
Binary111110011100010110111110010101110001011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C5BE; }

 p { color: rgb(249,197,190); }

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

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

 a { background-color: rgb(249,197,190); }

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

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

 span { border-color: rgb(249,197,190); }

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