#FAC4BF

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

Shades of Your Pink #FAC4BF

Tints of Your Pink #FAC4BF

Color information

#FAC4BF (or 0xFAC4BF) is unknown color: approx Your Pink. HEX triplet: FA, C4 and BF. RGB value is (250,196,191). Sum of RGB (Red+Green+Blue) = 250+196+191=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4BF is #053B40. Grayscale: #D3D3D3. Windows color (decimal): -342849 or 12567802. OLE color: 12567802.

HSL color Cylindrical-coordinate representation of color #FAC4BF: hue angle of 5.08º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAC4BF is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250196191-
CMYK00.220.240.02
HSL5.08º85.51%86.47%-
HSV(B)5.08º23.6%98.04%-
XYZ68.5763.5757.95-
YUV211.58116.39155.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 196 (76.95% from 255) = 30.77%
BLUE value IS 191 (75% from 255) = 29.98%
R=39.25%
G=30.77%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019619100.220.240.025.0885.5186.47
HexFAC4BF01618255656
Octal3723042770263025126126
Binary111110101100010010111111010110110001010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC4BF; }

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

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

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

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

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

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

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

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