#FCC4BF

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

Shades of Your Pink #FCC4BF

Tints of Your Pink #FCC4BF

Color information

#FCC4BF (or 0xFCC4BF) is unknown color: approx Your Pink. HEX triplet: FC, C4 and BF. RGB value is (252,196,191). Sum of RGB (Red+Green+Blue) = 252+196+191=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4BF is #033B40. Grayscale: #D4D4D4. Windows color (decimal): -211777 or 12567804. OLE color: 12567804.

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

Color convert

RGB252196191-
CMYK00.220.240.01
HSL4.92º91.04%86.86%-
HSV(B)4.92º24.21%98.82%-
XYZ69.2963.9457.98-
YUV212.17116.05156.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 196 (76.95% from 255) = 30.67%
BLUE value IS 191 (75% from 255) = 29.89%
R=39.44%
G=30.67%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219619100.220.240.014.9291.0486.86
HexFCC4BF01618155b57
Octal3743042770263015133127
Binary11111100110001001011111101011011000110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4BF; }

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

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

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

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

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

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

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

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