#FFC8C6

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

Shades of Your Pink #FFC8C6

Tints of Your Pink #FFC8C6

Color information

#FFC8C6 (or 0xFFC8C6) is unknown color: approx Your Pink. HEX triplet: FF, C8 and C6. RGB value is (255,200,198). Sum of RGB (Red+Green+Blue) = 255+200+198=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8C6 is #003739. Grayscale: #D8D8D8. Windows color (decimal): -14138 or 13027583. OLE color: 13027583.

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

Color convert

RGB255200198-
CMYK00.220.220
HSL2.11º100%88.82%-
HSV(B)2.11º22.35%100%-
XYZ72.0966.6562.49-
YUV216.22117.72155.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 200 (78.52% from 255) = 30.63%
BLUE value IS 198 (77.73% from 255) = 30.32%
R=39.05%
G=30.63%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520019800.220.2202.1110088.82
HexFFC8C601616026459
Octal3773103060262602144131
Binary1111111111001000110001100101101011001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8C6; }

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

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

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

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

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

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

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

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