#FCC5C4

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

Shades of Your Pink #FCC5C4

Tints of Your Pink #FCC5C4

Color information

#FCC5C4 (or 0xFCC5C4) is unknown color: approx Your Pink. HEX triplet: FC, C5 and C4. RGB value is (252,197,196). Sum of RGB (Red+Green+Blue) = 252+197+196=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 196 (76.95% from 255 or 30.39% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5C4 is #033A3B. Grayscale: #D5D5D5. Windows color (decimal): -211516 or 12895740. OLE color: 12895740.

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

Color convert

RGB252197196-
CMYK00.220.220.01
HSL1.07º90.32%87.84%-
HSV(B)1.07º22.22%98.82%-
XYZ70.0764.6161-
YUV213.33118.22155.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.07%
GREEN value IS 197 (77.34% from 255) = 30.54%
BLUE value IS 196 (76.95% from 255) = 30.39%
R=39.07%
G=30.54%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219719600.220.220.011.0790.3287.84
HexFCC5C401616115a58
Octal3743053040262611132130
Binary111111001100010111000100010110101101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC5C4; }

 p { color: rgb(252,197,196); }

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

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

 a { background-color: rgb(252,197,196); }

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

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

 span { border-color: rgb(252,197,196); }

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