#FCC1B8

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

Shades of Your Pink #FCC1B8

Tints of Your Pink #FCC1B8

Color information

#FCC1B8 (or 0xFCC1B8) is unknown color: approx Your Pink. HEX triplet: FC, C1 and B8. RGB value is (252,193,184). Sum of RGB (Red+Green+Blue) = 252+193+184=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 184 (72.27% from 255 or 29.25% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1B8 is #033E47. Grayscale: #D1D1D1. Windows color (decimal): -212552 or 12108284. OLE color: 12108284.

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

Color convert

RGB252193184-
CMYK00.230.270.01
HSL7.94º91.89%85.49%-
HSV(B)7.94º26.98%98.82%-
XYZ67.8762.353.79-
YUV209.62113.55158.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.06%
GREEN value IS 193 (75.78% from 255) = 30.68%
BLUE value IS 184 (72.27% from 255) = 29.25%
R=40.06%
G=30.68%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219318400.230.270.017.9491.8985.49
HexFCC1B80171B185c55
Octal37430127002733110134125
Binary111111001100000110111000010111110111100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1B8; }

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

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

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

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

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

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

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

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