#FDC2C2

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

Shades of Your Pink #FDC2C2

Tints of Your Pink #FDC2C2

Color information

#FDC2C2 (or 0xFDC2C2) is unknown color: approx Your Pink. HEX triplet: FD, C2 and C2. RGB value is (253,194,194). Sum of RGB (Red+Green+Blue) = 253+194+194=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 194 (76.17% from 255 or 30.27% from 641); Blue value is 194 (76.17% from 255 or 30.27% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2C2 is #023D3D. Grayscale: #D3D3D3. Windows color (decimal): -146750 or 12763901. OLE color: 12763901.

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

Color convert

RGB253194194-
CMYK00.230.230.01
HSL93.65%87.65%-
HSV(B)23.32%99.22%-
XYZ69.5463.3659.6-
YUV211.64118.05157.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.47%
GREEN value IS 194 (76.17% from 255) = 30.27%
BLUE value IS 194 (76.17% from 255) = 30.27%
R=39.47%
G=30.27%
B=30.27%

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
Decimal25319419400.230.230.01093.6587.65
HexFDC2C201717105e58
Octal3753023020272710136130
Binary111111011100001011000010010111101111010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC2C2; }

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

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

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

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

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

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

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

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