#FFC9B6

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

Shades of Your Pink #FFC9B6

Tints of Your Pink #FFC9B6

Color information

#FFC9B6 (or 0xFFC9B6) is unknown color: approx Your Pink. HEX triplet: FF, C9 and B6. RGB value is (255,201,182). Sum of RGB (Red+Green+Blue) = 255+201+182=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 182 (71.48% from 255 or 28.53% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9B6 is #003649. Grayscale: #D7D7D7. Windows color (decimal): -13898 or 11979263. OLE color: 11979263.

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

Color convert

RGB255201182-
CMYK00.210.290
HSL15.62º100%85.69%-
HSV(B)15.62º28.63%100%-
XYZ70.5766.4153.36-
YUV214.98109.39156.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 201 (78.91% from 255) = 31.50%
BLUE value IS 182 (71.48% from 255) = 28.53%
R=39.97%
G=31.50%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520118200.210.29015.6210085.69
HexFFC9B60151D0106456
Octal37731126602535020144126
Binary1111111111001001101101100101011110101000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC9B6; }

 p { color: rgb(255,201,182); }

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

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

 a { background-color: rgb(255,201,182); }

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

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

 span { border-color: rgb(255,201,182); }

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