#FFC5C5

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

Shades of Your Pink #FFC5C5

Tints of Your Pink #FFC5C5

Color information

#FFC5C5 (or 0xFFC5C5) is unknown color: approx Your Pink. HEX triplet: FF, C5 and C5. RGB value is (255,197,197). Sum of RGB (Red+Green+Blue) = 255+197+197=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 197 (77.34% from 255 or 30.35% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5C5 is #003A3A. Grayscale: #D6D6D6. Windows color (decimal): -14907 or 12961279. OLE color: 12961279.

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

Color convert

RGB255197197-
CMYK00.230.230
HSL100%88.63%-
HSV(B)22.75%100%-
XYZ71.2865.2261.66-
YUV214.34118.22157-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.29%
GREEN value IS 197 (77.34% from 255) = 30.35%
BLUE value IS 197 (77.34% from 255) = 30.35%
R=39.29%
G=30.35%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519719700.230.230010088.63
HexFFC5C501717006459
Octal3773053050272700144131
Binary111111111100010111000101010111101110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5C5; }

 p { color: rgb(255,197,197); }

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

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

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

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

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

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

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