#FCC8BD

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

Shades of Your Pink #FCC8BD

Tints of Your Pink #FCC8BD

Color information

#FCC8BD (or 0xFCC8BD) is unknown color: approx Your Pink. HEX triplet: FC, C8 and BD. RGB value is (252,200,189). Sum of RGB (Red+Green+Blue) = 252+200+189=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8BD is #033742. Grayscale: #D6D6D6. Windows color (decimal): -210755 or 12437756. OLE color: 12437756.

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

Color convert

RGB252200189-
CMYK00.210.250.01
HSL10.48º91.3%86.47%-
HSV(B)10.48º25%98.82%-
XYZ69.9865.6857.13-
YUV214.29113.73154.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 200 (78.52% from 255) = 31.20%
BLUE value IS 189 (74.22% from 255) = 29.49%
R=39.31%
G=31.20%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220018900.210.250.0110.4891.386.47
HexFCC8BD015191a5b56
Octal37431027502531112133126
Binary111111001100100010111101010101110011101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8BD; }

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

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

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

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

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

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

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

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