#F9C1BA

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

Shades of Your Pink #F9C1BA

Tints of Your Pink #F9C1BA

Color information

#F9C1BA (or 0xF9C1BA) is unknown color: approx Your Pink. HEX triplet: F9, C1 and BA. RGB value is (249,193,186). Sum of RGB (Red+Green+Blue) = 249+193+186=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C1BA is #063E45. Grayscale: #D1D1D1. Windows color (decimal): -409158 or 12239353. OLE color: 12239353.

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

Color convert

RGB249193186-
CMYK00.220.250.02
HSL6.67º84%85.29%-
HSV(B)6.67º25.3%97.65%-
XYZ6761.8254.86-
YUV208.95115.05156.57-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.65%
GREEN value IS 193 (75.78% from 255) = 30.73%
BLUE value IS 186 (73.05% from 255) = 29.62%
R=39.65%
G=30.73%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919318600.220.250.026.678485.29
HexF9C1BA01619275455
Octal3713012720263127124125
Binary111110011100000110111010010110110011011110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C1BA; }

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

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

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

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

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

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

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

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