#FFC8C7

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

Shades of Your Pink #FFC8C7

Tints of Your Pink #FFC8C7

Color information

#FFC8C7 (or 0xFFC8C7) is unknown color: approx Your Pink. HEX triplet: FF, C8 and C7. RGB value is (255,200,199). Sum of RGB (Red+Green+Blue) = 255+200+199=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 200 (78.52% from 255 or 30.58% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8C7 is #003738. Grayscale: #D8D8D8. Windows color (decimal): -14137 or 13093119. OLE color: 13093119.

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

Color convert

RGB255200199-
CMYK00.220.220
HSL1.07º100%89.02%-
HSV(B)1.07º21.96%100%-
XYZ72.266.6963.1-
YUV216.33118.22155.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 200 (78.52% from 255) = 30.58%
BLUE value IS 199 (78.12% from 255) = 30.43%
R=38.99%
G=30.58%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520019900.220.2201.0710089.02
HexFFC8C701616016459
Octal3773103070262601144131
Binary111111111100100011000111010110101100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8C7; }

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

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

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

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

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

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

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

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