#FCC4BE

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

Shades of Your Pink #FCC4BE

Tints of Your Pink #FCC4BE

Color information

#FCC4BE (or 0xFCC4BE) is unknown color: approx Your Pink. HEX triplet: FC, C4 and BE. RGB value is (252,196,190). Sum of RGB (Red+Green+Blue) = 252+196+190=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4BE is #033B41. Grayscale: #D4D4D4. Windows color (decimal): -211778 or 12502268. OLE color: 12502268.

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

Color convert

RGB252196190-
CMYK00.220.250.01
HSL5.81º91.18%86.67%-
HSV(B)5.81º24.6%98.82%-
XYZ69.1863.8957.4-
YUV212.06115.55156.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 196 (76.95% from 255) = 30.72%
BLUE value IS 190 (74.61% from 255) = 29.78%
R=39.50%
G=30.72%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219619000.220.250.015.8191.1886.67
HexFCC4BE01619165b57
Octal3743042760263116133127
Binary11111100110001001011111001011011001111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4BE; }

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

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

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

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

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

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

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

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