#F9C5BA

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

Shades of Your Pink #F9C5BA

Tints of Your Pink #F9C5BA

Color information

#F9C5BA (or 0xF9C5BA) is unknown color: approx Your Pink. HEX triplet: F9, C5 and BA. RGB value is (249,197,186). Sum of RGB (Red+Green+Blue) = 249+197+186=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C5BA is #063A45. Grayscale: #D3D3D3. Windows color (decimal): -408134 or 12240377. OLE color: 12240377.

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

Color convert

RGB249197186-
CMYK00.210.250.02
HSL10.48º84%85.29%-
HSV(B)10.48º25.3%97.65%-
XYZ67.963.6255.16-
YUV211.29113.73154.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.40%
GREEN value IS 197 (77.34% from 255) = 31.17%
BLUE value IS 186 (73.05% from 255) = 29.43%
R=39.40%
G=31.17%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919718600.210.250.0210.488485.29
HexF9C5BA015192a5455
Octal37130527202531212124125
Binary1111100111000101101110100101011100110101010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C5BA; }

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

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

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

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

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

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

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

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