#FFC9C2

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

Shades of Your Pink #FFC9C2

Tints of Your Pink #FFC9C2

Color information

#FFC9C2 (or 0xFFC9C2) is unknown color: approx Your Pink. HEX triplet: FF, C9 and C2. RGB value is (255,201,194). Sum of RGB (Red+Green+Blue) = 255+201+194=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9C2 is #00363D. Grayscale: #D8D8D8. Windows color (decimal): -13886 or 12765695. OLE color: 12765695.

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

Color convert

RGB255201194-
CMYK00.210.240
HSL6.89º100%88.04%-
HSV(B)6.89º23.92%100%-
XYZ71.8666.9360.17-
YUV216.35115.39155.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 201 (78.91% from 255) = 30.92%
BLUE value IS 194 (76.17% from 255) = 29.85%
R=39.23%
G=30.92%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520119400.210.2406.8910088.04
HexFFC9C201518076458
Octal3773113020253007144130
Binary11111111110010011100001001010111000011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC9C2; }

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

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

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

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

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

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

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

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