#FFC6C3

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

Shades of Your Pink #FFC6C3

Tints of Your Pink #FFC6C3

Color information

#FFC6C3 (or 0xFFC6C3) is unknown color: approx Your Pink. HEX triplet: FF, C6 and C3. RGB value is (255,198,195). Sum of RGB (Red+Green+Blue) = 255+198+195=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 198 (77.73% from 255 or 30.56% from 648); Blue value is 195 (76.56% from 255 or 30.09% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6C3 is #00393C. Grayscale: #D6D6D6. Windows color (decimal): -14653 or 12830463. OLE color: 12830463.

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

Color convert

RGB255198195-
CMYK00.220.240
HSL100%88.24%-
HSV(B)23.53%100%-
XYZ71.2865.5960.53-
YUV214.7116.88156.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 198 (77.73% from 255) = 30.56%
BLUE value IS 195 (76.56% from 255) = 30.09%
R=39.35%
G=30.56%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519819500.220.240310088.24
HexFFC6C301618036458
Octal3773063030263003144130
Binary1111111111000110110000110101101100001111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6C3; }

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

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

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

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

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

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

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

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