#FCC7BD

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

Shades of Your Pink #FCC7BD

Tints of Your Pink #FCC7BD

Color information

#FCC7BD (or 0xFCC7BD) is unknown color: approx Your Pink. HEX triplet: FC, C7 and BD. RGB value is (252,199,189). Sum of RGB (Red+Green+Blue) = 252+199+189=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7BD is #033842. Grayscale: #D5D5D5. Windows color (decimal): -211011 or 12437500. OLE color: 12437500.

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

Color convert

RGB252199189-
CMYK00.210.250.01
HSL9.52º91.3%86.47%-
HSV(B)9.52º25%98.82%-
XYZ69.7565.2257.06-
YUV213.71114.06155.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 199 (78.12% from 255) = 31.09%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=39.38%
G=31.09%
B=29.53%

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
Decimal25219918900.210.250.019.5291.386.47
HexFCC7BD015191a5b56
Octal37430727502531112133126
Binary111111001100011110111101010101110011101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7BD; }

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

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

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

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

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

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

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

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