#FFC8C5

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

Shades of Your Pink #FFC8C5

Tints of Your Pink #FFC8C5

Color information

#FFC8C5 (or 0xFFC8C5) is unknown color: approx Your Pink. HEX triplet: FF, C8 and C5. RGB value is (255,200,197). Sum of RGB (Red+Green+Blue) = 255+200+197=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8C5 is #00373A. Grayscale: #D8D8D8. Windows color (decimal): -14139 or 12962047. OLE color: 12962047.

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

Color convert

RGB255200197-
CMYK00.220.230
HSL3.1º100%88.63%-
HSV(B)3.1º22.75%100%-
XYZ71.9766.661.89-
YUV216.1117.22155.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 200 (78.52% from 255) = 30.67%
BLUE value IS 197 (77.34% from 255) = 30.21%
R=39.11%
G=30.67%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520019700.220.2303.110088.63
HexFFC8C501617036459
Octal3773103050262703144131
Binary1111111111001000110001010101101011101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8C5; }

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

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

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

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

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

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

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

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