#FDC6C4

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

Shades of Your Pink #FDC6C4

Tints of Your Pink #FDC6C4

Color information

#FDC6C4 (or 0xFDC6C4) is unknown color: approx Your Pink. HEX triplet: FD, C6 and C4. RGB value is (253,198,196). Sum of RGB (Red+Green+Blue) = 253+198+196=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 198 (77.73% from 255 or 30.60% from 647); Blue value is 196 (76.95% from 255 or 30.29% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6C4 is #02393B. Grayscale: #D6D6D6. Windows color (decimal): -145724 or 12895997. OLE color: 12895997.

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

Color convert

RGB253198196-
CMYK00.220.230.01
HSL2.11º93.44%88.04%-
HSV(B)2.11º22.53%99.22%-
XYZ70.6765.2661.1-
YUV214.22117.72155.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.10%
GREEN value IS 198 (77.73% from 255) = 30.60%
BLUE value IS 196 (76.95% from 255) = 30.29%
R=39.10%
G=30.60%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319819600.220.230.012.1193.4488.04
HexFDC6C401617125d58
Octal3753063040262712135130
Binary1111110111000110110001000101101011111010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6C4; }

 p { color: rgb(253,198,196); }

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

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

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

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

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

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

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