#FCC4C1

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

Shades of Your Pink #FCC4C1

Tints of Your Pink #FCC4C1

Color information

#FCC4C1 (or 0xFCC4C1) is unknown color: approx Your Pink. HEX triplet: FC, C4 and C1. RGB value is (252,196,193). Sum of RGB (Red+Green+Blue) = 252+196+193=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4C1 is #033B3E. Grayscale: #D4D4D4. Windows color (decimal): -211775 or 12698876. OLE color: 12698876.

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

Color convert

RGB252196193-
CMYK00.220.230.01
HSL3.05º90.77%87.25%-
HSV(B)3.05º23.41%98.82%-
XYZ69.5164.0359.15-
YUV212.4117.05156.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 196 (76.95% from 255) = 30.58%
BLUE value IS 193 (75.78% from 255) = 30.11%
R=39.31%
G=30.58%
B=30.11%

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
Decimal25219619300.220.230.013.0590.7787.25
HexFCC4C101617135b57
Octal3743043010262713133127
Binary1111110011000100110000010101101011111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4C1; }

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

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

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

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

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

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

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

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