#FFC8C1

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

Shades of Your Pink #FFC8C1

Tints of Your Pink #FFC8C1

Color information

#FFC8C1 (or 0xFFC8C1) is unknown color: approx Your Pink. HEX triplet: FF, C8 and C1. RGB value is (255,200,193). Sum of RGB (Red+Green+Blue) = 255+200+193=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8C1 is #00373E. Grayscale: #D7D7D7. Windows color (decimal): -14143 or 12699903. OLE color: 12699903.

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

Color convert

RGB255200193-
CMYK00.220.240
HSL6.77º100%87.84%-
HSV(B)6.77º24.31%100%-
XYZ71.5266.4259.5-
YUV215.65115.22156.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 200 (78.52% from 255) = 30.86%
BLUE value IS 193 (75.78% from 255) = 29.78%
R=39.35%
G=30.86%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520019300.220.2406.7710087.84
HexFFC8C101618076458
Octal3773103010263007144130
Binary11111111110010001100000101011011000011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8C1; }

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

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

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

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

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

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

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

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