#FCC1BE

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

Shades of Your Pink #FCC1BE

Tints of Your Pink #FCC1BE

Color information

#FCC1BE (or 0xFCC1BE) is unknown color: approx Your Pink. HEX triplet: FC, C1 and BE. RGB value is (252,193,190). Sum of RGB (Red+Green+Blue) = 252+193+190=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1BE is #033E41. Grayscale: #D2D2D2. Windows color (decimal): -212546 or 12501500. OLE color: 12501500.

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

Color convert

RGB252193190-
CMYK00.230.250.01
HSL2.9º91.18%86.67%-
HSV(B)2.9º24.6%98.82%-
XYZ68.5162.5557.18-
YUV210.3116.55157.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 193 (75.78% from 255) = 30.39%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=39.69%
G=30.39%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219319000.230.250.012.991.1886.67
HexFCC1BE01719135b57
Octal3743012760273113133127
Binary1111110011000001101111100101111100111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1BE; }

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

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

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

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

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

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

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

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