#FCC7BF

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

Shades of Your Pink #FCC7BF

Tints of Your Pink #FCC7BF

Color information

#FCC7BF (or 0xFCC7BF) is unknown color: approx Your Pink. HEX triplet: FC, C7 and BF. RGB value is (252,199,191). Sum of RGB (Red+Green+Blue) = 252+199+191=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7BF is #033840. Grayscale: #D6D6D6. Windows color (decimal): -211009 or 12568572. OLE color: 12568572.

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

Color convert

RGB252199191-
CMYK00.210.240.01
HSL7.87º91.04%86.86%-
HSV(B)7.87º24.21%98.82%-
XYZ69.9765.358.21-
YUV213.94115.06155.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.25%
GREEN value IS 199 (78.12% from 255) = 31.00%
BLUE value IS 191 (75% from 255) = 29.75%
R=39.25%
G=31.00%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219919100.210.240.017.8791.0486.86
HexFCC7BF01518185b57
Octal37430727702530110133127
Binary111111001100011110111111010101110001100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC7BF; }

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

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

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

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

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

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

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

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