#FFC3C2

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

Shades of Your Pink #FFC3C2

Tints of Your Pink #FFC3C2

Color information

#FFC3C2 (or 0xFFC3C2) is unknown color: approx Your Pink. HEX triplet: FF, C3 and C2. RGB value is (255,195,194). Sum of RGB (Red+Green+Blue) = 255+195+194=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 195 (76.56% from 255 or 30.28% from 644); Blue value is 194 (76.17% from 255 or 30.12% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3C2 is #003C3D. Grayscale: #D4D4D4. Windows color (decimal): -15422 or 12764159. OLE color: 12764159.

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

Color convert

RGB255195194-
CMYK00.240.240
HSL0.98º100%88.04%-
HSV(B)0.98º23.92%100%-
XYZ70.4964.1959.71-
YUV212.83117.38158.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 195 (76.56% from 255) = 30.28%
BLUE value IS 194 (76.17% from 255) = 30.12%
R=39.60%
G=30.28%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519519400.240.2400.9810088.04
HexFFC3C201818016458
Octal3773033020303001144130
Binary111111111100001111000010011000110000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC3C2; }

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

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

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

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

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

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

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

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