#FFC9C0

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

Shades of Your Pink #FFC9C0

Tints of Your Pink #FFC9C0

Color information

#FFC9C0 (or 0xFFC9C0) is unknown color: approx Your Pink. HEX triplet: FF, C9 and C0. RGB value is (255,201,192). Sum of RGB (Red+Green+Blue) = 255+201+192=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9C0 is #00363F. Grayscale: #D8D8D8. Windows color (decimal): -13888 or 12634623. OLE color: 12634623.

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

Color convert

RGB255201192-
CMYK00.210.250
HSL8.57º100%87.65%-
HSV(B)8.57º24.71%100%-
XYZ71.6466.8458.99-
YUV216.12114.39155.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 201 (78.91% from 255) = 31.02%
BLUE value IS 192 (75.39% from 255) = 29.63%
R=39.35%
G=31.02%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520119200.210.2508.5710087.65
HexFFC9C001519096458
Octal37731130002531011144130
Binary111111111100100111000000010101110010100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC9C0; }

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

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

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

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

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

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

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

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