#FFC3C3

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

Shades of Your Pink #FFC3C3

Tints of Your Pink #FFC3C3

Color information

#FFC3C3 (or 0xFFC3C3) is unknown color: approx Your Pink. HEX triplet: FF, C3 and C3. RGB value is (255,195,195). Sum of RGB (Red+Green+Blue) = 255+195+195=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 195 (76.56% from 255 or 30.23% from 645); Blue value is 195 (76.56% from 255 or 30.23% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3C3 is #003C3C. Grayscale: #D5D5D5. Windows color (decimal): -15421 or 12829695. OLE color: 12829695.

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

Color convert

RGB255195195-
CMYK00.240.240
HSL100%88.24%-
HSV(B)23.53%100%-
XYZ70.6164.2360.31-
YUV212.94117.88158-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 195 (76.56% from 255) = 30.23%
BLUE value IS 195 (76.56% from 255) = 30.23%
R=39.53%
G=30.23%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519519500.240.240010088.24
HexFFC3C301818006458
Octal3773033030303000144130
Binary111111111100001111000011011000110000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC3C3; }

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

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

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

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

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

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

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

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