#FDC3C2

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

Shades of Your Pink #FDC3C2

Tints of Your Pink #FDC3C2

Color information

#FDC3C2 (or 0xFDC3C2) is unknown color: approx Your Pink. HEX triplet: FD, C3 and C2. RGB value is (253,195,194). Sum of RGB (Red+Green+Blue) = 253+195+194=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 195 (76.56% from 255 or 30.37% from 642); Blue value is 194 (76.17% from 255 or 30.22% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3C2 is #023C3D. Grayscale: #D4D4D4. Windows color (decimal): -146494 or 12764157. OLE color: 12764157.

HSL color Cylindrical-coordinate representation of color #FDC3C2: hue angle of 1.02º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC3C2 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253195194-
CMYK00.230.230.01
HSL1.02º93.65%87.65%-
HSV(B)1.02º23.32%99.22%-
XYZ69.7663.8159.68-
YUV212.23117.72157.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.41%
GREEN value IS 195 (76.56% from 255) = 30.37%
BLUE value IS 194 (76.17% from 255) = 30.22%
R=39.41%
G=30.37%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319519400.230.230.011.0293.6587.65
HexFDC3C201717115e58
Octal3753033020272711136130
Binary111111011100001111000010010111101111110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC3C2; }

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

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

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

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

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

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

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

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