#FCC8B9

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

Shades of Your Pink #FCC8B9

Tints of Your Pink #FCC8B9

Color information

#FCC8B9 (or 0xFCC8B9) is unknown color: approx Your Pink. HEX triplet: FC, C8 and B9. RGB value is (252,200,185). Sum of RGB (Red+Green+Blue) = 252+200+185=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8B9 is #033746. Grayscale: #D5D5D5. Windows color (decimal): -210759 or 12175612. OLE color: 12175612.

HSL color Cylindrical-coordinate representation of color #FCC8B9: hue angle of 13.43º 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 #FCC8B9 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB252200185-
CMYK00.210.270.01
HSL13.43º91.78%85.69%-
HSV(B)13.43º26.59%98.82%-
XYZ69.5665.5154.88-
YUV213.84111.73155.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 200 (78.52% from 255) = 31.40%
BLUE value IS 185 (72.66% from 255) = 29.04%
R=39.56%
G=31.40%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220018500.210.270.0113.4391.7885.69
HexFCC8B90151B1d5c56
Octal37431027102533115134126
Binary111111001100100010111001010101110111110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8B9; }

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

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

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

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

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

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

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

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