#FCC0B9

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

Shades of Your Pink #FCC0B9

Tints of Your Pink #FCC0B9

Color information

#FCC0B9 (or 0xFCC0B9) is unknown color: approx Your Pink. HEX triplet: FC, C0 and B9. RGB value is (252,192,185). Sum of RGB (Red+Green+Blue) = 252+192+185=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 185 (72.66% from 255 or 29.41% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0B9 is #033F46. Grayscale: #D1D1D1. Windows color (decimal): -212807 or 12173564. OLE color: 12173564.

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

Color convert

RGB252192185-
CMYK00.240.270.01
HSL6.27º91.78%85.69%-
HSV(B)6.27º26.59%98.82%-
XYZ67.7561.954.28-
YUV209.14114.38158.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.06%
GREEN value IS 192 (75.39% from 255) = 30.52%
BLUE value IS 185 (72.66% from 255) = 29.41%
R=40.06%
G=30.52%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219218500.240.270.016.2791.7885.69
HexFCC0B90181B165c56
Octal3743002710303316134126
Binary11111100110000001011100101100011011111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC0B9; }

 p { color: rgb(252,192,185); }

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

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

 a { background-color: rgb(252,192,185); }

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

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

 span { border-color: rgb(252,192,185); }

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